summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-03-09 18:32:16 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-03-09 18:32:16 +0000
commit44f4acdf2fef178ba73d899a802c44a57e26b5e5 (patch)
treeeae75f6c6ef1920c06bddbaa290821d85af5fc19 /dev-haskell
parentStable on sparc wrt #125481 (diff)
downloadgentoo-2-44f4acdf2fef178ba73d899a802c44a57e26b5e5.tar.gz
gentoo-2-44f4acdf2fef178ba73d899a802c44a57e26b5e5.tar.bz2
gentoo-2-44f4acdf2fef178ba73d899a802c44a57e26b5e5.zip
Add ~sparc to KEYWORDS. See bug #124902
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/harp/ChangeLog9
-rw-r--r--dev-haskell/harp/harp-0.2.ebuild4
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/harp/ChangeLog b/dev-haskell/harp/ChangeLog
index 92f440f8a64b..fdf498bbcf8d 100644
--- a/dev-haskell/harp/ChangeLog
+++ b/dev-haskell/harp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/harp
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/ChangeLog,v 1.5 2006/03/01 19:35:43 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/ChangeLog,v 1.6 2006/03/09 18:32:16 dcoutts Exp $
+
+ 09 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> harp-0.2.ebuild:
+ Add ~sparc to KEYWORDS. See bug #124902
01 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> harp-0.2.ebuild:
Added to ~ppc. See bug #124469.
@@ -8,10 +11,10 @@
01 Mar 2006; Markus Rothe <corsair@gentoo.org> harp-0.2.ebuild:
Added ~ppc64; bug #124469
- 16 Feb 2006; <duncan@gentoo.org> metadata.xml, harp-0.2.ebuild:
+ 16 Feb 2006; <dcoutts@gentoo.org> metadata.xml, harp-0.2.ebuild:
Correct license, homepage, description and longdescription. Mark ~amd64.
- 16 Feb 2006; <duncan@gentoo.org> harp-0.2.ebuild:
+ 16 Feb 2006; <dcoutts@gentoo.org> harp-0.2.ebuild:
Add "lib" to CABAL_FEATURES in preparation for pending eclass updates.
*harp-0.2 (24 Oct 2005)
diff --git a/dev-haskell/harp/harp-0.2.ebuild b/dev-haskell/harp/harp-0.2.ebuild
index 0897087c44b4..0fd17ffe3004 100644
--- a/dev-haskell/harp/harp-0.2.ebuild
+++ b/dev-haskell/harp/harp-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild,v 1.5 2006/03/01 19:35:43 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild,v 1.6 2006/03/09 18:32:16 dcoutts Exp $
CABAL_FEATURES="haddock lib"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/haskell-src-exts-$
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="virtual/ghc"