summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-01-02 12:39:12 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-01-02 12:39:12 +0000
commit52907a0314f6fc24e32bb1f344652d4f96bea0d4 (patch)
treef5edf415b17f8ed5f0231d8a3a64295757a07fb4 /dev-haskell/parsec
parentFix dependencies for changes introduced by bug #293247 fix. (diff)
downloadhistorical-52907a0314f6fc24e32bb1f344652d4f96bea0d4.tar.gz
historical-52907a0314f6fc24e32bb1f344652d4f96bea0d4.tar.bz2
historical-52907a0314f6fc24e32bb1f344652d4f96bea0d4.zip
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r--dev-haskell/parsec/ChangeLog8
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index f6ded216087c..d749da517e18 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/parsec
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.12 2009/12/16 20:15:29 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.13 2010/01/02 12:29:53 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ parsec-2.1.0.1.ebuild:
+ Transfer Prefix keywords
16 Dec 2009; <kolmodin@gentoo.org> parsec-2.1.0.1.ebuild:
Add ~ppc64 keyword. Tested by trofi.
diff --git a/dev-haskell/parsec/parsec-2.1.0.1.ebuild b/dev-haskell/parsec/parsec-2.1.0.1.ebuild
index f502f0b319b7..8226895eb8cd 100644
--- a/dev-haskell/parsec/parsec-2.1.0.1.ebuild
+++ b/dev-haskell/parsec/parsec-2.1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.2 2009/12/16 20:15:29 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.3 2010/01/02 12:29:53 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1"