summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-01-01 14:07:55 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-01-01 14:07:55 +0000
commit6f7aac42f08fe28fa15dd5595097124153e09ab1 (patch)
treeedda28ab1257c6432b5c8405d901ad8dc031d76e /dev-haskell/hashtables
parentAdd ~alpha, wrt bug #449220 (diff)
downloadgentoo-2-6f7aac42f08fe28fa15dd5595097124153e09ab1.tar.gz
gentoo-2-6f7aac42f08fe28fa15dd5595097124153e09ab1.tar.bz2
gentoo-2-6f7aac42f08fe28fa15dd5595097124153e09ab1.zip
Add ~alpha, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-haskell/hashtables')
-rw-r--r--dev-haskell/hashtables/ChangeLog5
-rw-r--r--dev-haskell/hashtables/hashtables-1.0.1.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hashtables/ChangeLog b/dev-haskell/hashtables/ChangeLog
index bd68b2d63b77..df82b853b033 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.8 2013/01/01 11:40:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.9 2013/01/01 14:07:55 ago Exp $
+
+ 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> hashtables-1.0.1.8.ebuild:
+ Add ~alpha, wrt bug #449220
01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> hashtables-1.0.1.8.ebuild:
Add ~ia64, 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 96fd0afe3110..910ad316db30 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.4 2013/01/01 11:40:03 ago Exp $
+# $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 $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/hashable-1.1:=[profile?]