diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 00:26:14 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:14:59 +0000 |
commit | 17ab33177711ca46409a9f0466dde891335ef47e (patch) | |
tree | ac50221ac7bc52c389fe3a7c2f10d26711a90b45 /dev-haskell/conduit-extra | |
parent | dev-haskell/conduit: add 1.3.4.2 (diff) | |
download | gentoo-17ab33177711ca46409a9f0466dde891335ef47e.tar.gz gentoo-17ab33177711ca46409a9f0466dde891335ef47e.tar.bz2 gentoo-17ab33177711ca46409a9f0466dde891335ef47e.zip |
dev-haskell/conduit-extra: keyword 1.3.4 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/conduit-extra')
-rw-r--r-- | dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild b/dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild index cc3b589f4212..9550d6135d13 100644 --- a/dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild +++ b/dev-haskell/conduit-extra/conduit-extra-1.3.4.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="" RESTRICT=test # requires network |