diff options
-rw-r--r-- | dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild b/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild index 933cb529d6e9..1a228cd6792e 100644 --- a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild +++ b/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/symfony/event-dispatcher/archive/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |