diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-06 17:07:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-06 17:07:38 +0000 |
commit | c83820c2e7e66e58c392f4642b1ea53c2e4dfad7 (patch) | |
tree | 466941d7e2ce32520fa93b2fc2fb96c46b451221 /dev-haskell | |
parent | Stable for alpha, wrt bug #475744 (diff) | |
download | gentoo-2-c83820c2e7e66e58c392f4642b1ea53c2e4dfad7.tar.gz gentoo-2-c83820c2e7e66e58c392f4642b1ea53c2e4dfad7.tar.bz2 gentoo-2-c83820c2e7e66e58c392f4642b1ea53c2e4dfad7.zip |
Stable for alpha, wrt bug #472802
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hashable/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hashable/hashable-1.1.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hashable/ChangeLog b/dev-haskell/hashable/ChangeLog index f222ac96157e..8fbb116eed06 100644 --- a/dev-haskell/hashable/ChangeLog +++ b/dev-haskell/hashable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hashable # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.14 2013/07/04 13:30:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.15 2013/07/06 17:07:38 ago Exp $ + + 06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> hashable-1.1.2.5.ebuild: + Stable for alpha, wrt bug #472802 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> hashable-1.1.2.5.ebuild: Stable for ppc64, wrt bug #472802 diff --git a/dev-haskell/hashable/hashable-1.1.2.5.ebuild b/dev-haskell/hashable/hashable-1.1.2.5.ebuild index 2def474e5f68..b1ca31c41e3f 100644 --- a/dev-haskell/hashable/hashable-1.1.2.5.ebuild +++ b/dev-haskell/hashable/hashable-1.1.2.5.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/hashable/hashable-1.1.2.5.ebuild,v 1.10 2013/07/04 13:30:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/hashable-1.1.2.5.ebuild,v 1.11 2013/07/06 17:07:38 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="" RDEPEND=">=dev-haskell/text-0.11.0.5:=[profile?] |