diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-14 19:21:47 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-14 19:21:47 +0000 |
commit | 76df620bf01b54a97ef8cad4dc086bc5e9c0b2ea (patch) | |
tree | 613fdb50f32ffb0a7632fce3ba89de5c23966bf7 /dev-haskell | |
parent | amd64 stable, bug 175318 (diff) | |
download | gentoo-2-76df620bf01b54a97ef8cad4dc086bc5e9c0b2ea.tar.gz gentoo-2-76df620bf01b54a97ef8cad4dc086bc5e9c0b2ea.tar.bz2 gentoo-2-76df620bf01b54a97ef8cad4dc086bc5e9c0b2ea.zip |
amd64 stable, bug 196616
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell')
-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 ced70cce2ed0..b15ffe481930 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.8 2007/11/05 02:10:42 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.9 2007/11/14 19:21:47 beandog Exp $ + + 14 Nov 2007; Steve Dibb <beandog@gentoo.org> filepath-1.0.ebuild: + amd64 stable, bug 196616 05 Nov 2007; Duncan Coutts <dcoutts@gentoo.org> filepath-1.0.ebuild: Added ~ppc to keywords diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index 451e3d0eb0a2..6fef5a0609c4 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.8 2007/11/05 02:10:42 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.9 2007/11/14 19:21:47 beandog 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" |