diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:29:51 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:15:09 +0000 |
commit | 8522d67cfd750e9f7ec179cdea48c144694786ac (patch) | |
tree | 5eb33e03e2b6248a13b518c3858b4726c51eb3d6 /dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild | |
parent | dev-haskell/data-fix: Stabilize for amd64 (diff) | |
download | gentoo-8522d67cfd750e9f7ec179cdea48c144694786ac.tar.gz gentoo-8522d67cfd750e9f7ec179cdea48c144694786ac.tar.bz2 gentoo-8522d67cfd750e9f7ec179cdea48c144694786ac.zip |
dev-haskell/data-ordlist: 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/data-ordlist/data-ordlist-0.4.7.0.ebuild')
-rw-r--r-- | dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild b/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild index e2b74b44cf6b..53bf5352e3c9 100644 --- a/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild +++ b/dev-haskell/data-ordlist/data-ordlist-0.4.7.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=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 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |