summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-08-03 07:43:18 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-08-03 07:43:18 +0000
commitc97743161bcf6149534514c04911af06517e4313 (patch)
treed93321b343d535d27c65820fb80783ebb7ee4d4e /dev-haskell
parentStable for sparc, wrt bug #470380 (diff)
downloadgentoo-2-c97743161bcf6149534514c04911af06517e4313.tar.gz
gentoo-2-c97743161bcf6149534514c04911af06517e4313.tar.bz2
gentoo-2-c97743161bcf6149534514c04911af06517e4313.zip
Stable for sparc, wrt bug #470382
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/zlib/ChangeLog5
-rw-r--r--dev-haskell/zlib/zlib-0.5.4.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/zlib/ChangeLog b/dev-haskell/zlib/ChangeLog
index 1bf6d90bfcdb..4378b882b5ca 100644
--- a/dev-haskell/zlib/ChangeLog
+++ b/dev-haskell/zlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/zlib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.42 2013/07/30 12:32:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.43 2013/08/03 07:43:18 ago Exp $
+
+ 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> zlib-0.5.4.1.ebuild:
+ Stable for sparc, wrt bug #470382
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> zlib-0.5.4.1.ebuild:
Stable for alpha, wrt bug #470382
diff --git a/dev-haskell/zlib/zlib-0.5.4.1.ebuild b/dev-haskell/zlib/zlib-0.5.4.1.ebuild
index 0f8a699ab82d..9636a9ab68e2 100644
--- a/dev-haskell/zlib/zlib-0.5.4.1.ebuild
+++ b/dev-haskell/zlib/zlib-0.5.4.1.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/zlib/zlib-0.5.4.1.ebuild,v 1.4 2013/07/30 12:32:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/zlib-0.5.4.1.ebuild,v 1.5 2013/08/03 07:43:18 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 ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:=