diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-15 01:28:12 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-18 19:44:49 +0100 |
commit | b8852b78c5e5ecb0dff8ea953827d41653b850e7 (patch) | |
tree | 7b16d2c44782eca31e52941b4f17e5b477a535d6 /dev-haskell/quickcheck-classes | |
parent | dev-haskell/quickcheck-classes-base: keyword 0.6.2.0 for ~ppc64 (diff) | |
download | gentoo-b8852b78c5e5ecb0dff8ea953827d41653b850e7.tar.gz gentoo-b8852b78c5e5ecb0dff8ea953827d41653b850e7.tar.bz2 gentoo-b8852b78c5e5ecb0dff8ea953827d41653b850e7.zip |
dev-haskell/quickcheck-classes: keyword 0.6.4.0 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/quickcheck-classes')
-rw-r--r-- | dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild b/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild index e4dbaa884075..83489b398b25 100644 --- a/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.ebuild +++ b/dev-haskell/quickcheck-classes/quickcheck-classes-0.6.4.0.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 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="+aeson +binary-laws +semigroupoids +semirings +unary-laws +vector" RDEPEND=">=dev-haskell/base-orphans-0.1:=[profile?] |