diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 18:55:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 18:55:15 +0000 |
commit | dfbebb4b5522d9f2fe3b4da9dc1fd732e1701fab (patch) | |
tree | 5435f40543a5c0fc3e0645ed52f8fb74367160c1 /dev-php/theseer-Autoload | |
parent | dev-php/theseer-tokenizer: Stabilize 1.2.0 ALLARCHES, #764356 (diff) | |
download | gentoo-dfbebb4b5522d9f2fe3b4da9dc1fd732e1701fab.tar.gz gentoo-dfbebb4b5522d9f2fe3b4da9dc1fd732e1701fab.tar.bz2 gentoo-dfbebb4b5522d9f2fe3b4da9dc1fd732e1701fab.zip |
dev-php/theseer-Autoload: Stabilize 1.26.0 ALLARCHES, #764356
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/theseer-Autoload')
-rw-r--r-- | dev-php/theseer-Autoload/theseer-Autoload-1.26.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/theseer-Autoload/theseer-Autoload-1.26.0.ebuild b/dev-php/theseer-Autoload/theseer-Autoload-1.26.0.ebuild index 01afc209be05..d917b81b75c5 100644 --- a/dev-php/theseer-Autoload/theseer-Autoload-1.26.0.ebuild +++ b/dev-php/theseer-Autoload/theseer-Autoload-1.26.0.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=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/theseer/${MY_PN}/archive/1.26.0.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" |