diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 10:02:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 10:02:19 +0000 |
commit | ba6ad54a5cc231ee8d5ce697794001cee1dfb88d (patch) | |
tree | ac28d42b3e5834fe0f2d12aa9f7a3dbf26f69498 /dev-haskell/binary | |
parent | Stable for sparc, wrt bug #456484 (diff) | |
download | gentoo-2-ba6ad54a5cc231ee8d5ce697794001cee1dfb88d.tar.gz gentoo-2-ba6ad54a5cc231ee8d5ce697794001cee1dfb88d.tar.bz2 gentoo-2-ba6ad54a5cc231ee8d5ce697794001cee1dfb88d.zip |
Stable for sparc, wrt bug #456486
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/binary')
-rw-r--r-- | dev-haskell/binary/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/binary/binary-0.5.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/binary/ChangeLog b/dev-haskell/binary/ChangeLog index 65feb434aa32..3ce6914c339d 100644 --- a/dev-haskell/binary/ChangeLog +++ b/dev-haskell/binary/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/binary # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.31 2013/03/30 14:47:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.32 2013/03/31 10:02:19 ago Exp $ + + 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> binary-0.5.1.1.ebuild: + Stable for sparc, wrt bug #456486 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> binary-0.5.1.1.ebuild: Stable for alpha, wrt bug #456486 diff --git a/dev-haskell/binary/binary-0.5.1.1.ebuild b/dev-haskell/binary/binary-0.5.1.1.ebuild index ad597a92f45e..388d05a0b92b 100644 --- a/dev-haskell/binary/binary-0.5.1.1.ebuild +++ b/dev-haskell/binary/binary-0.5.1.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/binary/binary-0.5.1.1.ebuild,v 1.7 2013/03/30 14:47:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.1.ebuild,v 1.8 2013/03/31 10:02:19 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.10.4:=" |