diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-10 21:53:15 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-10 21:53:15 +0000 |
commit | 127c976e2bbc8313a2f8c33dd7bd2b89fd654938 (patch) | |
tree | 076c23262eec1f6fea908e12f42f2cd53726f4c3 /dev-haskell/unix-compat | |
parent | fixed automagic deps and updated to eapi 5 (diff) | |
download | gentoo-2-127c976e2bbc8313a2f8c33dd7bd2b89fd654938.tar.gz gentoo-2-127c976e2bbc8313a2f8c33dd7bd2b89fd654938.tar.bz2 gentoo-2-127c976e2bbc8313a2f8c33dd7bd2b89fd654938.zip |
stable on alpha/ia64/sparc (bug #421351)
(Portage version: 2.2.0_alpha144_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/unix-compat')
-rw-r--r-- | dev-haskell/unix-compat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog index 30e4f76fb8e4..5ffe6fa80984 100644 --- a/dev-haskell/unix-compat/ChangeLog +++ b/dev-haskell/unix-compat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/unix-compat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.8 2012/12/07 18:17:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.9 2012/12/10 21:53:13 slyfox Exp $ + + 10 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> + unix-compat-0.3.0.1.ebuild: + stable on alpha/ia64/sparc (bug #421351) 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.3.0.1.ebuild: Stable for ppc64, wrt bug #421351 diff --git a/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild index 423d3cee8e69..200af51a4228 100644 --- a/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild,v 1.7 2012/12/07 18:17:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild,v 1.8 2012/12/10 21:53:13 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.12.1" |