diff options
author | 2010-03-28 16:41:13 +0000 | |
---|---|---|
committer | 2010-03-28 16:41:13 +0000 | |
commit | 2ad6f2c08285cfcdcc20cd0cae376f1bc596dd31 (patch) | |
tree | 878e75de971eb8f8bc29868a78240dedd8b740b7 /dev-haskell/mmap | |
parent | Initial version of dev-haskell/dataenc. (diff) | |
download | historical-2ad6f2c08285cfcdcc20cd0cae376f1bc596dd31.tar.gz historical-2ad6f2c08285cfcdcc20cd0cae376f1bc596dd31.tar.bz2 historical-2ad6f2c08285cfcdcc20cd0cae376f1bc596dd31.zip |
Add ~ppc64 keyword to dev-haskell/mmap, tested by trofi.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/mmap')
-rw-r--r-- | dev-haskell/mmap/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/mmap/mmap-0.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/mmap/ChangeLog b/dev-haskell/mmap/ChangeLog index 369949628851..7665239d4b0d 100644 --- a/dev-haskell/mmap/ChangeLog +++ b/dev-haskell/mmap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/mmap -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mmap/ChangeLog,v 1.1 2009/12/13 11:55:05 kolmodin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mmap/ChangeLog,v 1.2 2010/03/28 16:41:13 kolmodin Exp $ + + 28 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> mmap-0.4.1.ebuild: + Add ~ppc64 keyword, tested by trofi. *mmap-0.4.1 (13 Dec 2009) diff --git a/dev-haskell/mmap/mmap-0.4.1.ebuild b/dev-haskell/mmap/mmap-0.4.1.ebuild index baeac0a2e34f..519f81e78590 100644 --- a/dev-haskell/mmap/mmap-0.4.1.ebuild +++ b/dev-haskell/mmap/mmap-0.4.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/mmap/mmap-0.4.1.ebuild,v 1.1 2009/12/13 11:55:05 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mmap/mmap-0.4.1.ebuild,v 1.2 2010/03/28 16:41:13 kolmodin 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="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" |