diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 09:56:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 09:56:28 +0000 |
commit | 5f22384593fe410d2c485eac8bcbf208e5908b01 (patch) | |
tree | 747f2dc40e1f8e3b7b32771915d03bfe19d8f0f9 /dev-haskell/random | |
parent | Stable for sparc, wrt bug #456588 (diff) | |
download | gentoo-2-5f22384593fe410d2c485eac8bcbf208e5908b01.tar.gz gentoo-2-5f22384593fe410d2c485eac8bcbf208e5908b01.tar.bz2 gentoo-2-5f22384593fe410d2c485eac8bcbf208e5908b01.zip |
Stable for sparc, wrt bug #457282
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/random')
-rw-r--r-- | dev-haskell/random/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/random/random-1.0.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/random/ChangeLog b/dev-haskell/random/ChangeLog index b75d5ba77ee5..871b35654493 100644 --- a/dev-haskell/random/ChangeLog +++ b/dev-haskell/random/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/random # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/random/ChangeLog,v 1.16 2013/03/30 14:43:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/random/ChangeLog,v 1.17 2013/03/31 09:56:28 ago Exp $ + + 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> random-1.0.1.1-r1.ebuild: + Stable for sparc, wrt bug #457282 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> random-1.0.1.1-r1.ebuild: Stable for alpha, wrt bug #457282 diff --git a/dev-haskell/random/random-1.0.1.1-r1.ebuild b/dev-haskell/random/random-1.0.1.1-r1.ebuild index d3a443f960e4..c071a82c8e43 100644 --- a/dev-haskell/random/random-1.0.1.1-r1.ebuild +++ b/dev-haskell/random/random-1.0.1.1-r1.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/random/random-1.0.1.1-r1.ebuild,v 1.7 2013/03/30 14:43:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/random/random-1.0.1.1-r1.ebuild,v 1.8 2013/03/31 09:56:28 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-6.8.2:=" |