diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-04-01 08:50:57 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-04-01 08:50:57 +0000 |
commit | af2010dc37010cda01f1e75b00d2dcbb368dce4f (patch) | |
tree | 3323f5794b829400b4d17ef400cfc34ea5e23c68 /dev-haskell/http | |
parent | Add prefix keywords (diff) | |
download | gentoo-2-af2010dc37010cda01f1e75b00d2dcbb368dce4f.tar.gz gentoo-2-af2010dc37010cda01f1e75b00d2dcbb368dce4f.tar.bz2 gentoo-2-af2010dc37010cda01f1e75b00d2dcbb368dce4f.zip |
Marked ~ppc-macos, ~x86-macos, bug #310869
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-haskell/http')
-rw-r--r-- | dev-haskell/http/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/http/http-4000.0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/http/ChangeLog b/dev-haskell/http/ChangeLog index bcda66907d6e..95d6a56fe59c 100644 --- a/dev-haskell/http/ChangeLog +++ b/dev-haskell/http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/http -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.12 2009/12/16 20:16:53 kolmodin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.13 2010/04/01 08:50:57 grobian Exp $ + + 01 Apr 2010; Fabian Groffen <grobian@gentoo.org> http-4000.0.8.ebuild: + Marked ~ppc-macos, ~x86-macos, bug #310869 *http-4000.0.8 (15 Dec 2009) diff --git a/dev-haskell/http/http-4000.0.8.ebuild b/dev-haskell/http/http-4000.0.8.ebuild index c9d4fbd0df60..af60f182fd67 100644 --- a/dev-haskell/http/http-4000.0.8.ebuild +++ b/dev-haskell/http/http-4000.0.8.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/http/http-4000.0.8.ebuild,v 1.1 2009/12/16 20:16:53 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.0.8.ebuild,v 1.2 2010/04/01 08:50:57 grobian Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86 ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 |