diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-25 13:12:02 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-25 13:12:02 +0000 |
commit | 3d5cd358707339f2cb04a711457d73c71c7edc5d (patch) | |
tree | d56850151ccca6f8e37a3d8144334d53d2870467 /dev-haskell/digest | |
parent | ppc/ppc64 stable wrt #339580 (diff) | |
download | gentoo-2-3d5cd358707339f2cb04a711457d73c71c7edc5d.tar.gz gentoo-2-3d5cd358707339f2cb04a711457d73c71c7edc5d.tar.bz2 gentoo-2-3d5cd358707339f2cb04a711457d73c71c7edc5d.zip |
ppc/ppc64 stable wrt #339580
(Portage version: 2.2.0_alpha23/cvs/Linux ppc64)
Diffstat (limited to 'dev-haskell/digest')
-rw-r--r-- | dev-haskell/digest/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/digest/digest-0.0.0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/digest/ChangeLog b/dev-haskell/digest/ChangeLog index 537c50b1b378..a7e423d150ea 100644 --- a/dev-haskell/digest/ChangeLog +++ b/dev-haskell/digest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/digest -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.8 2010/11/20 23:08:46 slyfox Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.9 2011/02/25 13:12:02 xarthisius Exp $ + + 25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> digest-0.0.0.8.ebuild: + ppc/ppc64 stable wrt #339580 20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> digest-0.0.0.8.ebuild: alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677). diff --git a/dev-haskell/digest/digest-0.0.0.8.ebuild b/dev-haskell/digest/digest-0.0.0.8.ebuild index c37934ac4d19..c6d41edb2fe8 100644 --- a/dev-haskell/digest/digest-0.0.0.8.ebuild +++ b/dev-haskell/digest/digest-0.0.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.0.8.ebuild,v 1.8 2010/11/20 23:08:46 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.0.8.ebuild,v 1.9 2011/02/25 13:12:02 xarthisius Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -11,7 +11,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 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 |