diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 13:30:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 13:30:11 +0000 |
commit | cc2bcfad5ff46b8ba7a6944104db24ee0ca1db89 (patch) | |
tree | b0a70f9b0e598235a90061801fd0392123d0b548 /dev-haskell/hashable | |
parent | Stable for ppc64, wrt bug #475424 (diff) | |
download | gentoo-2-cc2bcfad5ff46b8ba7a6944104db24ee0ca1db89.tar.gz gentoo-2-cc2bcfad5ff46b8ba7a6944104db24ee0ca1db89.tar.bz2 gentoo-2-cc2bcfad5ff46b8ba7a6944104db24ee0ca1db89.zip |
Stable for ppc64, wrt bug #472802
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/hashable')
-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 6f9614949663..f222ac96157e 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.13 2013/07/02 08:59:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.14 2013/07/04 13:30:11 ago Exp $ + + 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> hashable-1.1.2.5.ebuild: + Stable for ppc64, wrt bug #472802 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> hashable-1.1.2.5.ebuild: Stable for x86, 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 9d06a2cac6b7..2def474e5f68 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.9 2013/07/02 08:59:02 ago Exp $ +# $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 $ 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?] |