diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:36:55 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:18:45 +0000 |
commit | d3151a8207d307b7b7a718d8270a1779f049763d (patch) | |
tree | 40023ec9cf03b3b2eae4a8a5e18253d1b45d2f0a /dev-haskell/only | |
parent | dev-haskell/onetuple: Stabilize for amd64 (diff) | |
download | gentoo-d3151a8207d307b7b7a718d8270a1779f049763d.tar.gz gentoo-d3151a8207d307b7b7a718d8270a1779f049763d.tar.bz2 gentoo-d3151a8207d307b7b7a718d8270a1779f049763d.zip |
dev-haskell/only: 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/only')
-rw-r--r-- | dev-haskell/only/only-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/only/only-0.1.ebuild b/dev-haskell/only/only-0.1.ebuild index 749e4aaa44db..386e0c6e2dcf 100644 --- a/dev-haskell/only/only-0.1.ebuild +++ b/dev-haskell/only/only-0.1.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 @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_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:= |