diff options
author | 2007-11-26 04:17:38 +0000 | |
---|---|---|
committer | 2007-11-26 04:17:38 +0000 | |
commit | eef2a29e308334a23573e39a8c6500e0236d22ef (patch) | |
tree | 3f6b930eb2e00e002b4c73cedf00da6c74972ffe /dev-haskell/filepath | |
parent | Stable for HPPA (bug #200192). (diff) | |
download | historical-eef2a29e308334a23573e39a8c6500e0236d22ef.tar.gz historical-eef2a29e308334a23573e39a8c6500e0236d22ef.tar.bz2 historical-eef2a29e308334a23573e39a8c6500e0236d22ef.zip |
Stable for HPPA (dev-lang/ghc-6.6.1).
Package-Manager: portage-2.1.4_rc3
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 b15ffe481930..dd820d536b69 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.9 2007/11/14 19:21:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.10 2007/11/26 04:17:38 jer Exp $ + + 26 Nov 2007; Jeroen Roovers <jer@gentoo.org> filepath-1.0.ebuild: + Stable for HPPA (dev-lang/ghc-6.6.1). 14 Nov 2007; Steve Dibb <beandog@gentoo.org> filepath-1.0.ebuild: amd64 stable, bug 196616 diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index 6fef5a0609c4..5d58a3e8b335 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.9 2007/11/14 19:21:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.10 2007/11/26 04:17:38 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 ~hppa ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 hppa ~ia64 ~ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" |