diff options
author | 2023-03-15 17:40:06 -0600 | |
---|---|---|
committer | 2023-03-17 18:20:24 +0000 | |
commit | 35c837495b31e61f04fb33aff769e1a18abe4bca (patch) | |
tree | f2d29188d0626747ca92abd02b868379425aa7d3 /dev-haskell/skein | |
parent | dev-haskell/singleton-bool: Stabilize for amd64 (diff) | |
download | gentoo-35c837495b31e61f04fb33aff769e1a18abe4bca.tar.gz gentoo-35c837495b31e61f04fb33aff769e1a18abe4bca.tar.bz2 gentoo-35c837495b31e61f04fb33aff769e1a18abe4bca.zip |
dev-haskell/skein: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/skein')
-rw-r--r-- | dev-haskell/skein/skein-1.0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/skein/skein-1.0.9.4.ebuild b/dev-haskell/skein/skein-1.0.9.4.ebuild index 9cf3a9519315..932935ba7556 100644 --- a/dev-haskell/skein/skein-1.0.9.4.ebuild +++ b/dev-haskell/skein/skein-1.0.9.4.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 @@ -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="big-endian force-endianness reference" RDEPEND=">=dev-haskell/cereal-0.3:=[profile?] <dev-haskell/cereal-0.6:=[profile?] |