diff options
author | Sam James <sam@gentoo.org> | 2023-01-30 13:09:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-30 13:09:34 +0000 |
commit | 0ef96797374630731361a229505d43bf913a5e28 (patch) | |
tree | 677587a2982cd4691b5f4a9f856586d0ae321191 /dev-ml | |
parent | sci-mathematics/alt-ergo: Stabilize 2.4.2-r1 amd64, #892271 (diff) | |
download | gentoo-0ef96797374630731361a229505d43bf913a5e28.tar.gz gentoo-0ef96797374630731361a229505d43bf913a5e28.tar.bz2 gentoo-0ef96797374630731361a229505d43bf913a5e28.zip |
dev-ml/cmdliner: Stabilize 1.1.1 amd64, #892271
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/cmdliner/cmdliner-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cmdliner/cmdliner-1.1.1.ebuild b/dev-ml/cmdliner/cmdliner-1.1.1.ebuild index fbc37343672a..51513efa83e0 100644 --- a/dev-ml/cmdliner/cmdliner-1.1.1.ebuild +++ b/dev-ml/cmdliner/cmdliner-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" RDEPEND=" |