diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:35:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:35:45 +0000 |
commit | 2080b31f640c62d382639bca610db748c3206fc2 (patch) | |
tree | 10aa333f496b69dfde3b1e6038663f01e3c082d7 /dev-haskell/random | |
parent | Stable for x86, wrt bug #457282 (diff) | |
download | gentoo-2-2080b31f640c62d382639bca610db748c3206fc2.tar.gz gentoo-2-2080b31f640c62d382639bca610db748c3206fc2.tar.bz2 gentoo-2-2080b31f640c62d382639bca610db748c3206fc2.zip |
Stable for x86, wrt bug #457282
(Portage version: 2.1.11.55/cvs/Linux x86_64, 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 6a2ce9a05ada..0487f75513cb 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.11 2013/03/25 20:15:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/random/ChangeLog,v 1.12 2013/03/25 20:35:45 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> random-1.0.1.1-r1.ebuild: + Stable for x86, wrt bug #457282 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> random-1.0.1.1-r1.ebuild: Stable for amd64, 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 cc63ad7c2a00..181b1d209300 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.2 2013/03/25 20:15:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/random/random-1.0.1.1-r1.ebuild,v 1.3 2013/03/25 20:35:45 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:=" |