diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:28:08 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:14:15 +0000 |
commit | 1a3445353c06a46fa12a5866d83c914408470282 (patch) | |
tree | 437c8fe07bf63fcfd4d2a8ee373996a507f21bdb | |
parent | dev-haskell/clock: Stabilize for amd64 (diff) | |
download | gentoo-1a3445353c06a46fa12a5866d83c914408470282.tar.gz gentoo-1a3445353c06a46fa12a5866d83c914408470282.tar.bz2 gentoo-1a3445353c06a46fa12a5866d83c914408470282.zip |
dev-haskell/cmdargs: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-haskell/cmdargs/cmdargs-0.10.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cmdargs/cmdargs-0.10.20.ebuild b/dev-haskell/cmdargs/cmdargs-0.10.20.ebuild index 1f22527f7aaf..082cc75e06aa 100644 --- a/dev-haskell/cmdargs/cmdargs-0.10.20.ebuild +++ b/dev-haskell/cmdargs/cmdargs-0.10.20.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=8 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="+quotation testprog" RDEPEND=">=dev-haskell/semigroups-0.18:=[profile?] |