diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-03 07:42:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-03 07:42:41 +0000 |
commit | dd3bc67e439503eec73afc17952ef965d547d9a5 (patch) | |
tree | 09f4b8432fbb7f4059ce62a1e099683c76100d3d /dev-haskell/unix-compat | |
parent | Stable for sparc, wrt bug #479078 (diff) | |
download | gentoo-2-dd3bc67e439503eec73afc17952ef965d547d9a5.tar.gz gentoo-2-dd3bc67e439503eec73afc17952ef965d547d9a5.tar.bz2 gentoo-2-dd3bc67e439503eec73afc17952ef965d547d9a5.zip |
Stable for sparc, wrt bug #470376
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", 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 439eb5cdee23..8f4b82f694fa 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.21 2013/07/30 12:32:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.22 2013/08/03 07:42:41 ago Exp $ + + 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.1.ebuild: + Stable for sparc, wrt bug #470376 30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.1.ebuild: Stable for alpha, 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 78369ac564ed..17bce72249f1 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.4 2013/07/30 12:32:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild,v 1.5 2013/08/03 07:42: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:=" |