diff options
author | 2022-07-11 21:45:19 -0400 | |
---|---|---|
committer | 2022-07-22 22:15:47 +0000 | |
commit | 66bd4cc92ca1a36b220fd8bcbed6234974d90512 (patch) | |
tree | e17593ab623e7065d6bdedb317b8c3b1fcb0e8ba /dev-haskell/tasty-golden | |
parent | dev-haskell/tasty-expected-failure: keyword 0.11.1.2 for ~ppc64 (diff) | |
download | gentoo-66bd4cc92ca1a36b220fd8bcbed6234974d90512.tar.gz gentoo-66bd4cc92ca1a36b220fd8bcbed6234974d90512.tar.bz2 gentoo-66bd4cc92ca1a36b220fd8bcbed6234974d90512.zip |
dev-haskell/tasty-golden: keyword 2.3.1.1 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/tasty-golden')
-rw-r--r-- | dev-haskell/tasty-golden/tasty-golden-2.3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/tasty-golden/tasty-golden-2.3.1.1.ebuild b/dev-haskell/tasty-golden/tasty-golden-2.3.1.1.ebuild index 657218876502..e4c745f647bb 100644 --- a/dev-haskell/tasty-golden/tasty-golden-2.3.1.1.ebuild +++ b/dev-haskell/tasty-golden/tasty-golden-2.3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND="dev-haskell/async:=[profile?] |