diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-28 10:44:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-28 10:44:37 +0000 |
commit | 1255f1f5e92e316a1e1d93dd68296043b2381699 (patch) | |
tree | dc17a5df9cead90f66b39619a7057de1a9a68edf /dev-haskell/unix-compat | |
parent | Stable for amd64, wrt bug #470374 (diff) | |
download | gentoo-2-1255f1f5e92e316a1e1d93dd68296043b2381699.tar.gz gentoo-2-1255f1f5e92e316a1e1d93dd68296043b2381699.tar.bz2 gentoo-2-1255f1f5e92e316a1e1d93dd68296043b2381699.zip |
Stable for amd64, wrt bug #470376
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 14f23b7bb9b6..2cfdd5818a4b 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.18 2013/04/02 09:57:50 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.19 2013/07/28 10:44:37 ago Exp $ + + 28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.1.ebuild: + Stable for amd64, wrt bug #470376 *unix-compat-0.4.1.1 (02 Apr 2013) 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 fbaf5ca24999..b1c2a8b52f69 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.1 2013/04/02 09:57:50 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild,v 1.2 2013/07/28 10:44:37 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:=" |