diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-03-15 17:03:34 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-03-17 02:17:31 -0400 |
commit | 8b16313ed9e11de825abf44a76f15f7337c1f555 (patch) | |
tree | d7cb99fb2aa2e51aa18040b2524a18dcc0dc4c3c /dev-util/gengetopt | |
parent | dev-ruby/regexp_parser: drop 2.7.0 (diff) | |
download | gentoo-8b16313ed9e11de825abf44a76f15f7337c1f555.tar.gz gentoo-8b16313ed9e11de825abf44a76f15f7337c1f555.tar.bz2 gentoo-8b16313ed9e11de825abf44a76f15f7337c1f555.zip |
dev-util/gengetopt: Keyword 2.23-r1 alpha, #909781
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util/gengetopt')
-rw-r--r-- | dev-util/gengetopt/gengetopt-2.23-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gengetopt/gengetopt-2.23-r1.ebuild b/dev-util/gengetopt/gengetopt-2.23-r1.ebuild index 427458586a9d..6acd403c511a 100644 --- a/dev-util/gengetopt/gengetopt-2.23-r1.ebuild +++ b/dev-util/gengetopt/gengetopt-2.23-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3+ public-domain" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" BDEPEND="sys-apps/texinfo" |