summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-05-28 18:01:25 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2019-05-29 08:57:03 +0200
commit6515e60908528c7b8fed7703969ad7547b1c1b22 (patch)
tree7029c6dfc47687ea1fab900ce6ca670b0c15ed3b /dev-haskell
parentdev-haskell/tar: add ~x86-linux keyword (diff)
downloadgentoo-6515e60908528c7b8fed7703969ad7547b1c1b22.tar.gz
gentoo-6515e60908528c7b8fed7703969ad7547b1c1b22.tar.bz2
gentoo-6515e60908528c7b8fed7703969ad7547b1c1b22.zip
dev-haskell/unix-compat: add ~x86-linux keyword
Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild
index 590524c8c8fc..30a8f8e1bde3 100644
--- a/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild
+++ b/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="old-time"
RDEPEND=">=dev-lang/ghc-7.4.1:=