diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 08:17:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 08:17:56 +0000 |
commit | c011734272cf2ab1ba6c6c7cdbdb7015221154e5 (patch) | |
tree | 123404d7a0a5697a30848671d50f79b880997f02 /dev-haskell | |
parent | Stable for amd64, wrt bug #475424 (diff) | |
download | gentoo-2-c011734272cf2ab1ba6c6c7cdbdb7015221154e5.tar.gz gentoo-2-c011734272cf2ab1ba6c6c7cdbdb7015221154e5.tar.bz2 gentoo-2-c011734272cf2ab1ba6c6c7cdbdb7015221154e5.zip |
Stable for amd64, wrt bug #472802
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 a5ea41aa04f1..53d5d411427d 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.11 2013/06/30 21:09:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.12 2013/07/02 08:17:56 ago Exp $ + + 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> hashable-1.1.2.5.ebuild: + Stable for amd64, wrt bug #472802 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hashable-1.1.2.5.ebuild: Stable for ppc, 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 781c71bbd265..8289a9be184e 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.7 2013/06/30 21:09:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/hashable-1.1.2.5.ebuild,v 1.8 2013/07/02 08:17:56 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?] |