diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-09-25 13:59:43 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-09-25 13:59:43 +0000 |
commit | a048feb7f1a31f79c8770999f8006febc83d3526 (patch) | |
tree | 772c00e1f758aa03af11192fd6f3cd3e54a4e0f4 /dev-haskell/http | |
parent | x86 stable, see bug 421351. (diff) | |
download | gentoo-2-a048feb7f1a31f79c8770999f8006febc83d3526.tar.gz gentoo-2-a048feb7f1a31f79c8770999f8006febc83d3526.tar.bz2 gentoo-2-a048feb7f1a31f79c8770999f8006febc83d3526.zip |
x86 stable, see bug 421351.
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'dev-haskell/http')
-rw-r--r-- | dev-haskell/http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/http/http-4000.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/http/ChangeLog b/dev-haskell/http/ChangeLog index f25e6963f014..3518b2a901a3 100644 --- a/dev-haskell/http/ChangeLog +++ b/dev-haskell/http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/http # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.24 2012/09/13 01:12:41 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.25 2012/09/25 13:59:43 nativemad Exp $ + + 25 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> http-4000.2.3.ebuild: + x86 stable, see bug 421351 13 Sep 2012; Mark Wright <gienah@gentoo.org> +files/http-4000.2.3-ghc-7.6.patch, http-4000.2.3.ebuild: diff --git a/dev-haskell/http/http-4000.2.3.ebuild b/dev-haskell/http/http-4000.2.3.ebuild index 68df5a8a85af..0e34027ee055 100644 --- a/dev-haskell/http/http-4000.2.3.ebuild +++ b/dev-haskell/http/http-4000.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.3.ebuild,v 1.4 2012/09/13 01:12:41 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.3.ebuild,v 1.5 2012/09/25 13:59:43 nativemad Exp $ EAPI="4" @@ -17,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" IUSE="test" RDEPEND=">=dev-haskell/mtl-2.0[profile?] |