diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 17:54:36 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:11 +0100 |
commit | 119ec6e3aa8057ec07e8479ec857eb87ce81b523 (patch) | |
tree | b4c538024da26e966ef911d28413307fe2792155 /dev-haskell/path-pieces | |
parent | dev-haskell/resource-pool: keyword 0.2.3.2 for ~ppc64 (diff) | |
download | gentoo-119ec6e3aa8057ec07e8479ec857eb87ce81b523.tar.gz gentoo-119ec6e3aa8057ec07e8479ec857eb87ce81b523.tar.bz2 gentoo-119ec6e3aa8057ec07e8479ec857eb87ce81b523.zip |
dev-haskell/path-pieces: keyword 0.2.1 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/path-pieces')
-rw-r--r-- | dev-haskell/path-pieces/path-pieces-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/path-pieces/path-pieces-0.2.1.ebuild b/dev-haskell/path-pieces/path-pieces-0.2.1.ebuild index e44cb79ef1f3..5ead29fc5bb8 100644 --- a/dev-haskell/path-pieces/path-pieces-0.2.1.ebuild +++ b/dev-haskell/path-pieces/path-pieces-0.2.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 @@ -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="" RDEPEND=">=dev-haskell/text-0.5:=[profile?] |