diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-30 14:44:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-30 14:44:33 +0000 |
commit | 0738e59bc7b2f9521fab099fafde7fe09707d8d4 (patch) | |
tree | 02287826478bf52c69705eb1763d6bc331cd2ffb /dev-haskell/unix-compat | |
parent | sys-kernel/aufs-sources: Bump to genpatches 3.8-8 and latest aufs (diff) | |
download | gentoo-2-0738e59bc7b2f9521fab099fafde7fe09707d8d4.tar.gz gentoo-2-0738e59bc7b2f9521fab099fafde7fe09707d8d4.tar.bz2 gentoo-2-0738e59bc7b2f9521fab099fafde7fe09707d8d4.zip |
Stable for alpha, wrt bug #457284
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/unix-compat')
-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 89ba1c333292..fa9f6100604d 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.15 2013/03/28 22:24:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.16 2013/03/30 14:44:33 ago Exp $ + + 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.0.ebuild: + Stable for alpha, wrt bug #457284 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.0.ebuild: Stable for ia64, 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 4aab48fd58ec..c1cd0e283da2 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.6 2013/03/28 22:24:18 ago Exp $ +# $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 $ 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:=" |