diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-23 16:15:32 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-23 16:15:32 +0000 |
commit | c0353e9aaa9a4466ae6350e37b3816b2a1152a5a (patch) | |
tree | bfddb5c8c79d4b5e3a496e44d52b9056ca166274 /dev-haskell/filepath | |
parent | Stable on ppc64; bug #196480 (diff) | |
download | gentoo-2-c0353e9aaa9a4466ae6350e37b3816b2a1152a5a.tar.gz gentoo-2-c0353e9aaa9a4466ae6350e37b3816b2a1152a5a.tar.bz2 gentoo-2-c0353e9aaa9a4466ae6350e37b3816b2a1152a5a.zip |
stable x86, bug 196616
(Portage version: 2.1.3.9)
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 381031f98e19..dbac012de647 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.5 2007/08/29 14:30:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.6 2007/10/23 16:15:32 opfer Exp $ + + 23 Oct 2007; Christian Faulhammer <opfer@gentoo.org> filepath-1.0.ebuild: + stable x86, bug 196616 29 Aug 2007; Jeroen Roovers <jer@gentoo.org> filepath-1.0.ebuild: Marked ~hppa (bug #187147). diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index 35d1b2fdf182..514d11b2b6c6 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.5 2007/08/29 14:30:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.6 2007/10/23 16:15:32 opfer 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 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc x86" IUSE="" DEPEND=">=virtual/ghc-6.4" |