diff options
author | 2023-12-08 11:23:51 -0500 | |
---|---|---|
committer | 2023-12-08 18:29:36 +0200 | |
commit | 9b74817e44bd78ddaf5b9862806e56252d334509 (patch) | |
tree | 85984421fd590c704147929a41ee14badf3ed733 /dev-php/theseer-tokenizer | |
parent | dev-php/Text_Template: unkeyword all for ~alpha (diff) | |
download | gentoo-9b74817e44bd78ddaf5b9862806e56252d334509.tar.gz gentoo-9b74817e44bd78ddaf5b9862806e56252d334509.tar.bz2 gentoo-9b74817e44bd78ddaf5b9862806e56252d334509.zip |
dev-php/theseer-tokenizer: unkeyword all for ~alpha
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php/theseer-tokenizer')
-rw-r--r-- | dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.ebuild | 2 |
2 files changed, 3 insertions, 3 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 9fe1250bc9a8..39ea59228b45 100644 --- a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild +++ b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.ebuild b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.ebuild index 9f59bf88751c..4085b82bc0eb 100644 --- a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.ebuild +++ b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.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="amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |