summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:42:43 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:51:28 +0200
commitc5a7452b6185d3cfed4c2b182c57c2c887fe011c (patch)
tree7e07cb1d5edf3f4420c682d5f1a25e31827eaa83 /dev-haskell
parentdev-haskell/mmorph: add ~amd64-linux keyword (diff)
downloadgentoo-c5a7452b6185d3cfed4c2b182c57c2c887fe011c.tar.gz
gentoo-c5a7452b6185d3cfed4c2b182c57c2c887fe011c.tar.bz2
gentoo-c5a7452b6185d3cfed4c2b182c57c2c887fe011c.zip
dev-haskell/nats: 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/nats/nats-1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/nats/nats-1.ebuild b/dev-haskell/nats/nats-1.ebuild
index 68a31f45648f..9e0910fa9369 100644
--- a/dev-haskell/nats/nats-1.ebuild
+++ b/dev-haskell/nats/nats-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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="+hashable"
RDEPEND=">=dev-lang/ghc-7.4.1:=