summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-03-26 10:25:41 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-03-26 10:25:41 +0000
commitd31cf2a5a40684b34bc4beb7f709b66710b4add2 (patch)
treeaeea01a0abf2f02b50217085cbd9696fc141178c /dev-haskell/digest
parentStable for ppc, wrt bug #456616 (diff)
downloadgentoo-2-d31cf2a5a40684b34bc4beb7f709b66710b4add2.tar.gz
gentoo-2-d31cf2a5a40684b34bc4beb7f709b66710b4add2.tar.bz2
gentoo-2-d31cf2a5a40684b34bc4beb7f709b66710b4add2.zip
Stable for ppc, wrt bug #456490
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/digest')
-rw-r--r--dev-haskell/digest/ChangeLog5
-rw-r--r--dev-haskell/digest/digest-0.0.1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/digest/ChangeLog b/dev-haskell/digest/ChangeLog
index 0799213bc23d..87d00cf2699c 100644
--- a/dev-haskell/digest/ChangeLog
+++ b/dev-haskell/digest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/digest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.25 2013/03/25 20:43:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.26 2013/03/26 10:25:41 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> digest-0.0.1.2.ebuild:
+ Stable for ppc, wrt bug #456490
25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> digest-0.0.1.2.ebuild:
Stable for x86, wrt bug #456490
diff --git a/dev-haskell/digest/digest-0.0.1.2.ebuild b/dev-haskell/digest/digest-0.0.1.2.ebuild
index 0a3ac01ce8f0..523fe7776587 100644
--- a/dev-haskell/digest/digest-0.0.1.2.ebuild
+++ b/dev-haskell/digest/digest-0.0.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.1.2.ebuild,v 1.3 2013/03/25 20:43:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.1.2.ebuild,v 1.4 2013/03/26 10:25:41 ago 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"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:=