summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-02-27 11:18:51 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-02-27 11:18:51 +0000
commite49d1470d524da7c52b7d542c7cb5d321dfc8909 (patch)
tree32e25a31f8c95477e4ff16686f679a41e39329a6 /dev-haskell/unix-compat
parentStable for sparc, wrt bug #534946 (diff)
downloadgentoo-2-e49d1470d524da7c52b7d542c7cb5d321dfc8909.tar.gz
gentoo-2-e49d1470d524da7c52b7d542c7cb5d321dfc8909.tar.bz2
gentoo-2-e49d1470d524da7c52b7d542c7cb5d321dfc8909.zip
Stable for sparc, wrt bug #535020
(Portage version: 2.2.14/cvs/Linux x86_64, 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/ChangeLog5
-rw-r--r--dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog
index f00a43be165d..e4cc3f3dc075 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.33 2015/02/24 09:05:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.34 2015/02/27 11:18:51 ago Exp $
+
+ 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
+ Stable for sparc, wrt bug #535020
24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.3.ebuild:
Stable for alpha, 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 b801e3c07864..fc74e96fbfa2 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.7 2015/02/24 09:05:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.8 2015/02/27 11:18:51 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:=