diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-15 16:34:50 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-15 16:34:50 +0000 |
commit | d3f028c045ab61b4502f2bf4134935f4c8386f06 (patch) | |
tree | 982bf7cdfdf38665a5112cca5dbcf06a425ae30f /dev-haskell/http | |
parent | Added ~sparc. (diff) | |
download | gentoo-2-d3f028c045ab61b4502f2bf4134935f4c8386f06.tar.gz gentoo-2-d3f028c045ab61b4502f2bf4134935f4c8386f06.tar.bz2 gentoo-2-d3f028c045ab61b4502f2bf4134935f4c8386f06.zip |
Added ~sparc.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/http')
-rw-r--r-- | dev-haskell/http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/http/http-2006.7.7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/http/ChangeLog b/dev-haskell/http/ChangeLog index 6c85781b44c7..f9596d562045 100644 --- a/dev-haskell/http/ChangeLog +++ b/dev-haskell/http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/http # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.5 2007/10/31 13:06:47 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.6 2007/12/15 16:34:50 dcoutts Exp $ + + 15 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> http-2006.7.7.ebuild: + Added ~sparc. 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> http-2006.7.7.ebuild: Drop virtual/ghc in favour of dev-lang/ghc diff --git a/dev-haskell/http/http-2006.7.7.ebuild b/dev-haskell/http/http-2006.7.7.ebuild index 429aec1abcaf..bd5871b5923d 100644 --- a/dev-haskell/http/http-2006.7.7.ebuild +++ b/dev-haskell/http/http-2006.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-2006.7.7.ebuild,v 1.3 2007/10/31 13:06:47 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-2006.7.7.ebuild,v 1.4 2007/12/15 16:34:50 dcoutts Exp $ CABAL_FEATURES="lib profile haddock" inherit base versionator eutils haskell-cabal @@ -18,7 +18,7 @@ SRC_URI="http://www.haskell.org/http/download/${PN}-${MY_PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4 @@ -29,5 +29,5 @@ S="${WORKDIR}/${PN}-${MY_PV}" src_install() { cabal_src_install - dodoc README LICENSE + dodoc README } |