diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-08-29 14:30:08 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-08-29 14:30:08 +0000 |
commit | e4ee4b964eb946f1a2d97511ef5a5eb7b2620158 (patch) | |
tree | 89cceafd331bf101ce196eb59b7086fc19147bbb /dev-haskell/filepath | |
parent | Cleanup files and fix metadata.xml indentation. (diff) | |
download | historical-e4ee4b964eb946f1a2d97511ef5a5eb7b2620158.tar.gz historical-e4ee4b964eb946f1a2d97511ef5a5eb7b2620158.tar.bz2 historical-e4ee4b964eb946f1a2d97511ef5a5eb7b2620158.zip |
Marked ~hppa (bug #187147).
Package-Manager: portage-2.1.2.12
Diffstat (limited to 'dev-haskell/filepath')
-rw-r--r-- | dev-haskell/filepath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/filepath/filepath-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog index 1f728067dc6b..381031f98e19 100644 --- a/dev-haskell/filepath/ChangeLog +++ b/dev-haskell/filepath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/filepath # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.4 2007/08/05 19:48:05 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.5 2007/08/29 14:30:08 jer Exp $ + + 29 Aug 2007; Jeroen Roovers <jer@gentoo.org> filepath-1.0.ebuild: + Marked ~hppa (bug #187147). 05 Aug 2007; Lennart Kolmodin <kolmodin@gentoo.org> filepath-1.0.ebuild: Set the CABAL_CORE_LIB_GHC_PV to 6.6.1, ie. this package is bundled with diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index 95995deec339..35d1b2fdf182 100644 --- a/dev-haskell/filepath/filepath-1.0.ebuild +++ b/dev-haskell/filepath/filepath-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.4 2007/08/05 19:48:05 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.5 2007/08/29 14:30:08 jer Exp $ CABAL_FEATURES="haddock lib profile" inherit haskell-cabal @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" #if possible try testing with "~ppc" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" IUSE="" DEPEND=">=virtual/ghc-6.4" |