diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:36:48 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:18:41 +0000 |
commit | f45a027bfb6eac68387a906701ceb14f44d7b472 (patch) | |
tree | 531ec58bf2e15fa88ce1a61ce4d451ef5a2a4526 /dev-haskell/old-locale | |
parent | dev-haskell/network-uri: Stabilize for amd64 (diff) | |
download | gentoo-f45a027bfb6eac68387a906701ceb14f44d7b472.tar.gz gentoo-f45a027bfb6eac68387a906701ceb14f44d7b472.tar.bz2 gentoo-f45a027bfb6eac68387a906701ceb14f44d7b472.zip |
dev-haskell/old-locale: 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/old-locale')
-rw-r--r-- | dev-haskell/old-locale/old-locale-1.0.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild index 1a370e7c1d97..2bb8701381c6 100644 --- a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild +++ b/dev-haskell/old-locale/old-locale-1.0.0.7.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:= |