diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-10-04 19:52:29 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-10-04 19:52:29 +0000 |
commit | fd9a6bae6d828461e95987cfa19474637ee3cfee (patch) | |
tree | 2089606906a4b3fd8730ab9c1b2eb042e365a688 /dev-haskell/filepath | |
parent | Automated update of use.local.desc (diff) | |
download | historical-fd9a6bae6d828461e95987cfa19474637ee3cfee.tar.gz historical-fd9a6bae6d828461e95987cfa19474637ee3cfee.tar.bz2 historical-fd9a6bae6d828461e95987cfa19474637ee3cfee.zip |
Sparc stable, part of Bug #239368.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.20-gentoo-r8 x86_64
Diffstat (limited to 'dev-haskell/filepath')
-rw-r--r-- | dev-haskell/filepath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/filepath/filepath-1.1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog index 1608b610ae0e..d4646de2579a 100644 --- a/dev-haskell/filepath/ChangeLog +++ b/dev-haskell/filepath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/filepath # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.16 2008/07/15 16:33:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.17 2008/10/04 19:52:29 fmccor Exp $ + + 04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> filepath-1.1.0.0.ebuild: + Sparc stable, part of Bug #239368. 15 Jul 2008; Jeroen Roovers <jer@gentoo.org> filepath-1.1.0.0.ebuild: Marked ~hppa too. diff --git a/dev-haskell/filepath/filepath-1.1.0.0.ebuild b/dev-haskell/filepath/filepath-1.1.0.0.ebuild index 8df50f4f7d60..8a4c496958fd 100644 --- a/dev-haskell/filepath/filepath-1.1.0.0.ebuild +++ b/dev-haskell/filepath/filepath-1.1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.4 2008/07/15 16:33:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.5 2008/10/04 19:52:29 fmccor Exp $ CABAL_FEATURES="haddock lib profile" 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 ~hppa ~ia64 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" |