diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 16:06:29 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:22 +0000 |
commit | 4476c1a5b859b57970ab27f31bb8c1d3011d71fb (patch) | |
tree | 5671079b540472fef071285202be1a9722ff2125 /dev-haskell/iproute | |
parent | dev-haskell/invariant: add 0.5.5 (diff) | |
download | gentoo-4476c1a5b859b57970ab27f31bb8c1d3011d71fb.tar.gz gentoo-4476c1a5b859b57970ab27f31bb8c1d3011d71fb.tar.bz2 gentoo-4476c1a5b859b57970ab27f31bb8c1d3011d71fb.zip |
dev-haskell/iproute: keyword 1.7.8 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/iproute')
-rw-r--r-- | dev-haskell/iproute/iproute-1.7.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/iproute/iproute-1.7.8.ebuild b/dev-haskell/iproute/iproute-1.7.8.ebuild index 493de60c762f..0c6c621fe4c6 100644 --- a/dev-haskell/iproute/iproute-1.7.8.ebuild +++ b/dev-haskell/iproute/iproute-1.7.8.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="" RESTRICT=test # Ambiguous modules: byte-order-0.1.2.0 byteorder-1.0.4 |