Diff symfony-filesystem-3.4.28 with a symfony-filesystem-3.4.36

/usr/portage/dev-php/symfony-filesystem/symfony-filesystem-3.4.36.ebuild 2023-10-09 14:52:30.240368369 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
9 9

  
10 10
LICENSE="MIT"
11 11
SLOT="0"
12
KEYWORDS="~amd64 ~x86"
12
KEYWORDS="amd64 x86"
13 13
IUSE="test"
14 14
RESTRICT="!test? ( test )"
15 15

  
16 16
RDEPEND="dev-lang/php:*
17 17
	dev-php/fedora-autoloader"
18
DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )"
18
DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
19 19

  
20 20
S="${WORKDIR}/filesystem-${PV}"
21 21

  
Thank you!