commit: 5b85fe2c4990d9535d8b2fb01759b41cb07f6bd6
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 15:59:36 2019 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Wed May 29 06:56:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b85fe2c
dev-haskell/base16-bytestring: add ~x86-linux keyword
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild
b/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild
index 83419f76bdd..90540c7115c 100644
--- a/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild
+++ b/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild
@@ -14,7 +14,7 @@
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="amd64 x86 ~amd64-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:=