summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:14:45 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:51:22 +0200
commitde7b43222288191f5a8854c3a99040044e42834b (patch)
treedbd543f4e398abe20a72bc06c4470d28f108a83c /dev-haskell
parentdev-haskell/hashed-storage: add ~amd64-linux keyword (diff)
downloadgentoo-de7b43222288191f5a8854c3a99040044e42834b.tar.gz
gentoo-de7b43222288191f5a8854c3a99040044e42834b.tar.bz2
gentoo-de7b43222288191f5a8854c3a99040044e42834b.zip
dev-haskell/zlib: add ~amd64-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/zlib/zlib-0.6.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/zlib/zlib-0.6.1.2.ebuild b/dev-haskell/zlib/zlib-0.6.1.2.ebuild
index 4187ff78db05..1f567f021967 100644
--- a/dev-haskell/zlib/zlib-0.6.1.2.ebuild
+++ b/dev-haskell/zlib/zlib-0.6.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos"
IUSE="non-blocking-ffi"
RDEPEND=">=dev-lang/ghc-7.4.1:=