diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 12:23:57 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 12:23:57 +0000 |
commit | 491056826b9edc23d8d41a09ad35d072a3ca143c (patch) | |
tree | 17b3f4f25269d6523b118bce2fe8eb1016d2d410 /dev-haskell | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-491056826b9edc23d8d41a09ad35d072a3ca143c.tar.gz gentoo-2-491056826b9edc23d8d41a09ad35d072a3ca143c.tar.bz2 gentoo-2-491056826b9edc23d8d41a09ad35d072a3ca143c.zip |
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/filepath/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/filepath/filepath-1.1.0.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog index eb1d4033be9c..9efb00d2fb41 100644 --- a/dev-haskell/filepath/ChangeLog +++ b/dev-haskell/filepath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/filepath -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.20 2009/12/16 20:24:17 kolmodin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.21 2010/01/02 12:23:57 fauli Exp $ + + 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + filepath-1.1.0.2.ebuild: + Transfer Prefix keywords 16 Dec 2009; <kolmodin@gentoo.org> filepath-1.1.0.2.ebuild: Add ~ppc64 keyword. Tested by trofi. diff --git a/dev-haskell/filepath/filepath-1.1.0.2.ebuild b/dev-haskell/filepath/filepath-1.1.0.2.ebuild index a1f555589c4c..f068a5f92c55 100644 --- a/dev-haskell/filepath/filepath-1.1.0.2.ebuild +++ b/dev-haskell/filepath/filepath-1.1.0.2.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/filepath/filepath-1.1.0.2.ebuild,v 1.3 2009/12/16 20:24:17 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.4 2010/01/02 12:23:57 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" |