summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:41:15 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:51:26 +0200
commitfb37226f07dfa5fa3eddf83e3fb233e4d9b1e5b9 (patch)
tree785b8cec685771d97ae35218e5fb9493bd9efeee /dev-haskell/digest
parentdev-haskell/data-ordlist: add ~amd64-linux keyword (diff)
downloadgentoo-fb37226f07dfa5fa3eddf83e3fb233e4d9b1e5b9.tar.gz
gentoo-fb37226f07dfa5fa3eddf83e3fb233e4d9b1e5b9.tar.bz2
gentoo-fb37226f07dfa5fa3eddf83e3fb233e4d9b1e5b9.zip
dev-haskell/digest: 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/digest')
-rw-r--r--dev-haskell/digest/digest-0.0.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/digest/digest-0.0.1.2.ebuild b/dev-haskell/digest/digest-0.0.1.2.ebuild
index 8f5d4067a0b4..5cc761241233 100644
--- a/dev-haskell/digest/digest-0.0.1.2.ebuild
+++ b/dev-haskell/digest/digest-0.0.1.2.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="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:=