summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:43:08 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2019-05-28 12:51:29 +0200
commitf68e00e2b6c53f0cc126ce0d0f704ab70ee2cc43 (patch)
tree8b8607c855ff762240fd10acdf3426afe0b20268 /dev-haskell/polyparse
parentdev-haskell/old-time: add ~amd64-linux keyword (diff)
downloadgentoo-f68e00e2b6c53f0cc126ce0d0f704ab70ee2cc43.tar.gz
gentoo-f68e00e2b6c53f0cc126ce0d0f704ab70ee2cc43.tar.bz2
gentoo-f68e00e2b6c53f0cc126ce0d0f704ab70ee2cc43.zip
dev-haskell/polyparse: 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/polyparse')
-rw-r--r--dev-haskell/polyparse/polyparse-1.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/polyparse/polyparse-1.11.ebuild b/dev-haskell/polyparse/polyparse-1.11.ebuild
index d2762f3798da..a7e04a3d3edf 100644
--- a/dev-haskell/polyparse/polyparse-1.11.ebuild
+++ b/dev-haskell/polyparse/polyparse-1.11.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="LGPL-2.1"
SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux"
IUSE=""
RDEPEND="dev-haskell/text:=[profile?]