diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-20 23:32:57 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-20 23:32:57 +0000 |
commit | 89804e287566348d9e80bd917137b2bec6397bc4 (patch) | |
tree | 57b994d0fa0eccfe1f5fb4b39a99cd5166c1f84c /dev-haskell/hashed-storage | |
parent | alpha/ia64/sparc stable (bug #339580). (diff) | |
download | historical-89804e287566348d9e80bd917137b2bec6397bc4.tar.gz historical-89804e287566348d9e80bd917137b2bec6397bc4.tar.bz2 historical-89804e287566348d9e80bd917137b2bec6397bc4.zip |
alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677).
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/hashed-storage')
-rw-r--r-- | dev-haskell/hashed-storage/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/hashed-storage/hashed-storage-0.4.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/hashed-storage/ChangeLog b/dev-haskell/hashed-storage/ChangeLog index 49e7f9af758e..9c4592cc1eeb 100644 --- a/dev-haskell/hashed-storage/ChangeLog +++ b/dev-haskell/hashed-storage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hashed-storage # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.9 2010/10/19 22:05:13 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.10 2010/11/20 23:32:57 slyfox Exp $ + + 20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> + hashed-storage-0.4.13.ebuild: + alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677). 19 Oct 2010; Thomas Kahle <tomka@gentoo.org> hashed-storage-0.4.13.ebuild: x86 stable per bug 339580 diff --git a/dev-haskell/hashed-storage/hashed-storage-0.4.13.ebuild b/dev-haskell/hashed-storage/hashed-storage-0.4.13.ebuild index 50b88d9bd588..1226661f7894 100644 --- a/dev-haskell/hashed-storage/hashed-storage-0.4.13.ebuild +++ b/dev-haskell/hashed-storage/hashed-storage-0.4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.4.13.ebuild,v 1.7 2010/10/19 22:05:13 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.4.13.ebuild,v 1.8 2010/11/20 23:32:57 slyfox Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="test" RDEPEND=">=dev-lang/ghc-6.10 |