diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-07 15:20:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-07 15:20:01 +0000 |
commit | 81cc7e77e5168e78b1d301c3c8ada43fd3cc42d8 (patch) | |
tree | a86207c8bb1165caf90100345bc48979198fb079 /dev-haskell/hashable | |
parent | install in texmf-site (diff) | |
download | gentoo-2-81cc7e77e5168e78b1d301c3c8ada43fd3cc42d8.tar.gz gentoo-2-81cc7e77e5168e78b1d301c3c8ada43fd3cc42d8.tar.bz2 gentoo-2-81cc7e77e5168e78b1d301c3c8ada43fd3cc42d8.zip |
Stable for ia64, wrt bug #472802
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", 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 8fbb116eed06..03a80c3ac63d 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.15 2013/07/06 17:07:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.16 2013/07/07 15:20:01 ago Exp $ + + 07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> hashable-1.1.2.5.ebuild: + Stable for ia64, wrt bug #472802 06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> hashable-1.1.2.5.ebuild: Stable for alpha, 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 b1ca31c41e3f..b66830dae5d8 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.11 2013/07/06 17:07:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/hashable-1.1.2.5.ebuild,v 1.12 2013/07/07 15:20:01 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?] |