diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 09:05:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 09:05:49 +0000 |
commit | 32b85d4cb68c474a9531aaa8e6dc1cb30e8047f8 (patch) | |
tree | 3d29036f25a2a2e0160444585689d49827f0453a /dev-haskell/unix-compat | |
parent | Stable for alpha, wrt bug #534800 (diff) | |
download | gentoo-2-32b85d4cb68c474a9531aaa8e6dc1cb30e8047f8.tar.gz gentoo-2-32b85d4cb68c474a9531aaa8e6dc1cb30e8047f8.tar.bz2 gentoo-2-32b85d4cb68c474a9531aaa8e6dc1cb30e8047f8.zip |
Stable for alpha, wrt bug #535020
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog index 39a5323e99cb..f00a43be165d 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.32 2015/02/23 11:02:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.33 2015/02/24 09:05:49 ago Exp $ + + 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild: + Stable for alpha, wrt bug #535020 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild: Stable for ppc64, wrt bug #535020 diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild index 19c9feface7c..b801e3c07864 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.3.ebuild,v 1.6 2015/02/23 11:02:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.7 2015/02/24 09:05:49 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-7.4.1:= |