diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 10:03:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 10:03:21 +0000 |
commit | 4c28d0c68567e5f62076d4bbe42d553fd9f0a2f9 (patch) | |
tree | 16e5a71be21049acc44b628cd2e858a221aabe82 /dev-haskell/digest | |
parent | Stable for sparc, wrt bug #456616 (diff) | |
download | gentoo-2-4c28d0c68567e5f62076d4bbe42d553fd9f0a2f9.tar.gz gentoo-2-4c28d0c68567e5f62076d4bbe42d553fd9f0a2f9.tar.bz2 gentoo-2-4c28d0c68567e5f62076d4bbe42d553fd9f0a2f9.zip |
Stable for sparc, wrt bug #456490
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/digest')
-rw-r--r-- | dev-haskell/digest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/digest/digest-0.0.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/digest/ChangeLog b/dev-haskell/digest/ChangeLog index e41a4dcd8f02..b4d957ab14af 100644 --- a/dev-haskell/digest/ChangeLog +++ b/dev-haskell/digest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/digest # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.29 2013/03/30 14:47:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.30 2013/03/31 10:03:21 ago Exp $ + + 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> digest-0.0.1.2.ebuild: + Stable for sparc, wrt bug #456490 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> digest-0.0.1.2.ebuild: Stable for alpha, wrt bug #456490 diff --git a/dev-haskell/digest/digest-0.0.1.2.ebuild b/dev-haskell/digest/digest-0.0.1.2.ebuild index 89702a7b366d..762f92af092f 100644 --- a/dev-haskell/digest/digest-0.0.1.2.ebuild +++ b/dev-haskell/digest/digest-0.0.1.2.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/digest/digest-0.0.1.2.ebuild,v 1.7 2013/03/30 14:47:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.1.2.ebuild,v 1.8 2013/03/31 10:03:21 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 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:= |