diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 19:11:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 19:11:40 +0000 |
commit | f65f399baa638859253c929c31613b05ebe568c5 (patch) | |
tree | e7bca679d323ada661d5db6ce16520b27a157434 /dev-php/theseer-tokenizer | |
parent | dev-php/zetacomponents-ConsoleTools: mark ALLARCHES (diff) | |
download | gentoo-f65f399baa638859253c929c31613b05ebe568c5.tar.gz gentoo-f65f399baa638859253c929c31613b05ebe568c5.tar.bz2 gentoo-f65f399baa638859253c929c31613b05ebe568c5.zip |
dev-php/theseer-tokenizer: Stabilize 1.2.0 ALLARCHES, #764356
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/theseer-tokenizer')
-rw-r--r-- | dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild index 66ad71427116..3f8b4dcfac44 100644 --- a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild +++ b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/theseer/tokenizer/archive/${PV}.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 )" |