diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:37:48 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:19:13 +0000 |
commit | c2c7ba44c7dff72b62ebc0ab506c8092c2bf5eee (patch) | |
tree | 08555955f142d9f3bf4d52a17fbadcad790f73a1 | |
parent | dev-haskell/pgp-wordlist: Stabilize for amd64 (diff) | |
download | gentoo-c2c7ba44c7dff72b62ebc0ab506c8092c2bf5eee.tar.gz gentoo-c2c7ba44c7dff72b62ebc0ab506c8092c2bf5eee.tar.bz2 gentoo-c2c7ba44c7dff72b62ebc0ab506c8092c2bf5eee.zip |
dev-haskell/pretty-hex: 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/pretty-hex/pretty-hex-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild b/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild index 7306d5c9e1a3..563b7c3e4a57 100644 --- a/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild +++ b/dev-haskell/pretty-hex/pretty-hex-1.0.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="" RDEPEND=">=dev-lang/ghc-7.4.1:= |