diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 21:14:37 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:35 +0100 |
commit | 840672828b2b252cefcbe772a673463c0e17d7f1 (patch) | |
tree | fc77c2a93a274d680daed031240de76d32f05015 /dev-haskell/only | |
parent | dev-haskell/binary-orphans: add 1.0.2, drop 1.0.1 (diff) | |
download | gentoo-840672828b2b252cefcbe772a673463c0e17d7f1.tar.gz gentoo-840672828b2b252cefcbe772a673463c0e17d7f1.tar.bz2 gentoo-840672828b2b252cefcbe772a673463c0e17d7f1.zip |
dev-haskell/only: keyword 0.1 for ~ppc64
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 a6ad69db5abe..cf17243a3c02 100644 --- a/dev-haskell/only/only-0.1.ebuild +++ b/dev-haskell/only/only-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 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 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |