diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-04 13:38:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-04 13:38:44 +0000 |
commit | 3fa2dda2aa4467e386d937fd3c99f4c245ae1aa5 (patch) | |
tree | 519950bc7c28b787a2382599893ceea4175667a0 /dev-haskell | |
parent | Stable for ppc64, wrt bug #470366 (diff) | |
download | gentoo-2-3fa2dda2aa4467e386d937fd3c99f4c245ae1aa5.tar.gz gentoo-2-3fa2dda2aa4467e386d937fd3c99f4c245ae1aa5.tar.bz2 gentoo-2-3fa2dda2aa4467e386d937fd3c99f4c245ae1aa5.zip |
Stable for ppc64, wrt bug #470368
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/syb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/syb/syb-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/syb/ChangeLog b/dev-haskell/syb/ChangeLog index 171f9bb88443..bf5464d88387 100644 --- a/dev-haskell/syb/ChangeLog +++ b/dev-haskell/syb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/syb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/syb/ChangeLog,v 1.25 2013/08/04 11:43:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/syb/ChangeLog,v 1.26 2013/08/04 13:38:44 ago Exp $ + + 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> syb-0.4.0.ebuild: + Stable for ppc64, wrt bug #470368 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> syb-0.4.0.ebuild: Stable for ia64, wrt bug #470368 diff --git a/dev-haskell/syb/syb-0.4.0.ebuild b/dev-haskell/syb/syb-0.4.0.ebuild index ff4650c03d6c..aa430ffddf0f 100644 --- a/dev-haskell/syb/syb-0.4.0.ebuild +++ b/dev-haskell/syb/syb-0.4.0.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/syb/syb-0.4.0.ebuild,v 1.7 2013/08/04 11:43:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/syb/syb-0.4.0.ebuild,v 1.8 2013/08/04 13:38:44 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" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:=" |