dev-haskell/zlib: add ~amd64-linux keyword
authorMichael Haubenwallner <haubi@gentoo.org>
Tue, 28 May 2019 10:14:45 +0000 (12:14 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Tue, 28 May 2019 10:51:22 +0000 (12:51 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
dev-haskell/zlib/zlib-0.6.1.2.ebuild

index 4187ff78db05b375bfadfb5bf187e8ad5c7389bc..1f567f0219676294b9ccfb439e4dff2f1965588a 100644 (file)
@@ -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:=