diff options
-rw-r--r-- | dev-haskell/unix-compat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog index fa9f6100604d..e97c2cf42edc 100644 --- a/dev-haskell/unix-compat/ChangeLog +++ b/dev-haskell/unix-compat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/unix-compat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.16 2013/03/30 14:44:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.17 2013/03/31 09:59:05 ago Exp $ + + 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.0.ebuild: + Stable for sparc, wrt bug #457284 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.0.ebuild: Stable for alpha, wrt bug #457284 diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild index c1cd0e283da2..774745cd32c2 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.1.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/unix-compat/unix-compat-0.4.1.0.ebuild,v 1.7 2013/03/30 14:44:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild,v 1.8 2013/03/31 09:59:05 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" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.12.1:=" |