summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2014-07-05 12:57:15 +0000
committerTobias Klausmann <klausman@gentoo.org>2014-07-05 12:57:15 +0000
commitbee7377fd158cd36b3a212234895b83f4c19cb79 (patch)
tree79e588366a59ebfe8d361868a8541d73a51cd640 /dev-haskell/primitive
parentStable for sparc, wrt bug #515238 (diff)
downloadgentoo-2-bee7377fd158cd36b3a212234895b83f4c19cb79.tar.gz
gentoo-2-bee7377fd158cd36b3a212234895b83f4c19cb79.tar.bz2
gentoo-2-bee7377fd158cd36b3a212234895b83f4c19cb79.zip
Stable on alpha, bug #495386
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-haskell/primitive')
-rw-r--r--dev-haskell/primitive/ChangeLog5
-rw-r--r--dev-haskell/primitive/primitive-0.5.1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/primitive/ChangeLog b/dev-haskell/primitive/ChangeLog
index b5662f097538..999f93c15c8e 100644
--- a/dev-haskell/primitive/ChangeLog
+++ b/dev-haskell/primitive/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/primitive
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/primitive/ChangeLog,v 1.24 2014/07/02 12:21:54 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/primitive/ChangeLog,v 1.25 2014/07/05 12:57:15 klausman Exp $
+
+ 05 Jul 2014; Tobias Klausmann <klausman@gentoo.org> primitive-0.5.1.0.ebuild:
+ Stable on alpha, bug #495386
*primitive-0.5.3.0 (02 Jul 2014)
diff --git a/dev-haskell/primitive/primitive-0.5.1.0.ebuild b/dev-haskell/primitive/primitive-0.5.1.0.ebuild
index e5d119bd8968..b195d535950c 100644
--- a/dev-haskell/primitive/primitive-0.5.1.0.ebuild
+++ b/dev-haskell/primitive/primitive-0.5.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/primitive/primitive-0.5.1.0.ebuild,v 1.6 2014/03/19 13:39:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/primitive/primitive-0.5.1.0.ebuild,v 1.7 2014/07/05 12:57:15 klausman Exp $
EAPI=5
@@ -15,7 +15,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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:=