diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-04 13:39:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-04 13:39:41 +0000 |
commit | 74cde555501bb10bea2f86d1366c9484af7dc52a (patch) | |
tree | 717f5de834855c85c864ad42405ca9c750b8be9c /dev-haskell/unix-compat | |
parent | Stable for ppc64, wrt bug #479078 (diff) | |
download | gentoo-2-74cde555501bb10bea2f86d1366c9484af7dc52a.tar.gz gentoo-2-74cde555501bb10bea2f86d1366c9484af7dc52a.tar.bz2 gentoo-2-74cde555501bb10bea2f86d1366c9484af7dc52a.zip |
Stable for ppc64, wrt bug #470376
(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/unix-compat')
-rw-r--r-- | dev-haskell/unix-compat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog index 93bedd8e0823..ae0a28a99089 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.23 2013/08/04 11:44:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.24 2013/08/04 13:39:41 ago Exp $ + + 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.1.ebuild: + Stable for ppc64, wrt bug #470376 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.1.ebuild: Stable for ia64, wrt bug #470376 diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild index c42fe010ef60..11e1bc16bc5c 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.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/unix-compat/unix-compat-0.4.1.1.ebuild,v 1.6 2013/08/04 11:44:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild,v 1.7 2013/08/04 13:39:41 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="old-time" RDEPEND=">=dev-lang/ghc-6.12.1:=" |