summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-01-15 09:22:39 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-01-15 09:22:39 +0000
commitfe02afa7010cb48f79274bf30dfae9757b99e9fc (patch)
tree1a303e7e24af221207a6061ca4b102c328004a80 /dev-haskell/findbin
parentStable for ia64, wrt bug #485656 (diff)
downloadgentoo-2-fe02afa7010cb48f79274bf30dfae9757b99e9fc.tar.gz
gentoo-2-fe02afa7010cb48f79274bf30dfae9757b99e9fc.tar.bz2
gentoo-2-fe02afa7010cb48f79274bf30dfae9757b99e9fc.zip
Stable for ia64, wrt bug #485656
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/findbin')
-rw-r--r--dev-haskell/findbin/ChangeLog7
-rw-r--r--dev-haskell/findbin/findbin-0.0.5-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/findbin/ChangeLog b/dev-haskell/findbin/ChangeLog
index 87eacef08823..8319350385f7 100644
--- a/dev-haskell/findbin/ChangeLog
+++ b/dev-haskell/findbin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/findbin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/findbin/ChangeLog,v 1.6 2013/12/23 11:18:40 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/findbin/ChangeLog,v 1.7 2014/01/15 09:22:39 ago Exp $
+
+ 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> findbin-0.0.5-r1.ebuild:
+ Stable for ia64, wrt bug #485656
23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> findbin-0.0.5-r1.ebuild:
Stable for ppc, wrt bug #485656
diff --git a/dev-haskell/findbin/findbin-0.0.5-r1.ebuild b/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
index 2312a1e1e075..47a80ffef6cc 100644
--- a/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
+++ b/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/findbin/findbin-0.0.5-r1.ebuild,v 1.6 2013/12/23 11:18:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/findbin/findbin-0.0.5-r1.ebuild,v 1.7 2014/01/15 09:22:39 ago Exp $
EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_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=""
RDEPEND=">=dev-lang/ghc-6.10.4:="