diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 01:39:34 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:48 +0000 |
commit | a3b366489fb975668e08699c71e4fb342e324292 (patch) | |
tree | 00737523ad6c3935e1d0e3217d571df45f99f171 /dev-haskell/tasty-kat | |
parent | dev-haskell/tasty-hunit: add 0.10.0.3 (diff) | |
download | gentoo-a3b366489fb975668e08699c71e4fb342e324292.tar.gz gentoo-a3b366489fb975668e08699c71e4fb342e324292.tar.bz2 gentoo-a3b366489fb975668e08699c71e4fb342e324292.zip |
dev-haskell/tasty-kat: keyword 0.0.3 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-kat')
-rw-r--r-- | dev-haskell/tasty-kat/tasty-kat-0.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/tasty-kat/tasty-kat-0.0.3.ebuild b/dev-haskell/tasty-kat/tasty-kat-0.0.3.ebuild index e7d6236527b9..7bcd38d9f517 100644 --- a/dev-haskell/tasty-kat/tasty-kat-0.0.3.ebuild +++ b/dev-haskell/tasty-kat/tasty-kat-0.0.3.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="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND="dev-haskell/tasty:=[profile?] |