diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:43:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:43:40 +0000 |
commit | 9271f3e013ad15c011c7971190972042e7978655 (patch) | |
tree | 4b3407be6e7a0231ef2e25e8c6f9d73dfe55252a /dev-haskell/digest | |
parent | cleanup, version bump (diff) | |
download | gentoo-2-9271f3e013ad15c011c7971190972042e7978655.tar.gz gentoo-2-9271f3e013ad15c011c7971190972042e7978655.tar.bz2 gentoo-2-9271f3e013ad15c011c7971190972042e7978655.zip |
Stable for x86, wrt bug #456490
(Portage version: 2.1.11.55/cvs/Linux x86_64, 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 4dc0817f9242..0799213bc23d 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.24 2013/03/25 20:23:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.25 2013/03/25 20:43:40 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> digest-0.0.1.2.ebuild: + Stable for x86, wrt bug #456490 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> digest-0.0.1.2.ebuild: Stable for amd64, 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 cff01a798459..0a3ac01ce8f0 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.2 2013/03/25 20:23:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.1.2.ebuild,v 1.3 2013/03/25 20:43:40 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:= |