diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-06 09:20:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-06 09:20:11 +0000 |
commit | c7803ff73d2dd7487b5bc91f7e9e89cd8486abe8 (patch) | |
tree | c8f407d0d7735930a67ab75fefd38e4c27ebc23d /dev-haskell | |
parent | Add ~sparc, wrt bug #449220 (diff) | |
download | gentoo-2-c7803ff73d2dd7487b5bc91f7e9e89cd8486abe8.tar.gz gentoo-2-c7803ff73d2dd7487b5bc91f7e9e89cd8486abe8.tar.bz2 gentoo-2-c7803ff73d2dd7487b5bc91f7e9e89cd8486abe8.zip |
Add ~sparc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hashtables/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hashtables/hashtables-1.0.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hashtables/ChangeLog b/dev-haskell/hashtables/ChangeLog index df82b853b033..8cf08733eb97 100644 --- a/dev-haskell/hashtables/ChangeLog +++ b/dev-haskell/hashtables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hashtables # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.9 2013/01/01 14:07:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.10 2013/01/06 09:20:11 ago Exp $ + + 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> hashtables-1.0.1.8.ebuild: + Add ~sparc, wrt bug #449220 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> hashtables-1.0.1.8.ebuild: Add ~alpha, wrt bug #449220 diff --git a/dev-haskell/hashtables/hashtables-1.0.1.8.ebuild b/dev-haskell/hashtables/hashtables-1.0.1.8.ebuild index 910ad316db30..11c7f0ad2329 100644 --- a/dev-haskell/hashtables/hashtables-1.0.1.8.ebuild +++ b/dev-haskell/hashtables/hashtables-1.0.1.8.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/hashtables/hashtables-1.0.1.8.ebuild,v 1.5 2013/01/01 14:07:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.0.1.8.ebuild,v 1.6 2013/01/06 09:20: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 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-haskell/hashable-1.1:=[profile?] |