summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2007-07-27 09:30:19 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2007-07-27 09:30:19 +0000
commitfeeef83bcc345ffde19e181fc67d6cbf6bfd7145 (patch)
tree27404de1184ae6bb85bef8e7c075883e85a85e72 /dev-haskell
parentRemove old versions (diff)
downloadgentoo-2-feeef83bcc345ffde19e181fc67d6cbf6bfd7145.tar.gz
gentoo-2-feeef83bcc345ffde19e181fc67d6cbf6bfd7145.tar.bz2
gentoo-2-feeef83bcc345ffde19e181fc67d6cbf6bfd7145.zip
Add profile USE flag and add ~sparc.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/filepath/ChangeLog5
-rw-r--r--dev-haskell/filepath/filepath-1.0.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog
index 1ec037a865c7..925da60ca82e 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.2 2007/07/11 18:10:25 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.3 2007/07/27 09:30:19 kolmodin Exp $
+
+ 27 Jul 2007; Lennart Kolmodin <kolmodin@gentoo.org> filepath-1.0.ebuild:
+ Add profile USE flag and sync KEYWORDS with the overlay.
11 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> filepath-1.0.ebuild:
Marked ~ia64.
diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild
index b26c86c2c5e6..5a4d62c1b17f 100644
--- a/dev-haskell/filepath/filepath-1.0.ebuild
+++ b/dev-haskell/filepath/filepath-1.0.ebuild
@@ -1,8 +1,8 @@
# 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.2 2007/07/11 18:10:25 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.3 2007/07/27 09:30:19 kolmodin Exp $
-CABAL_FEATURES="haddock lib"
+CABAL_FEATURES="haddock lib profile"
inherit haskell-cabal
DESCRIPTION="Utilities for filepath handling."
@@ -11,8 +11,8 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-#if possible try testing with "~ppc" and "~sparc"
-KEYWORDS="~amd64 ~ia64 ~x86"
+#if possible try testing with "~ppc"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
IUSE=""
DEPEND=">=virtual/ghc-6.4"