summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:40:19 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:51:24 +0200
commitb30669d182b167d3c2226b4442ec85b9fec7fb80 (patch)
tree5ff7ab7e6e0c873ca9c368e4675908a506e9fd23 /dev-haskell/base16-bytestring
parentdev-haskell/base-compat: add ~amd64-linux keyword (diff)
downloadgentoo-b30669d182b167d3c2226b4442ec85b9fec7fb80.tar.gz
gentoo-b30669d182b167d3c2226b4442ec85b9fec7fb80.tar.bz2
gentoo-b30669d182b167d3c2226b4442ec85b9fec7fb80.zip
dev-haskell/base16-bytestring: 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/base16-bytestring')
-rw-r--r--dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
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 3610784beb00..83419f76bdde 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~amd64-linux"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:=