diff options
Diffstat (limited to 'dev-haskell/http')
-rw-r--r-- | dev-haskell/http/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/http/http-4000.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/http/ChangeLog b/dev-haskell/http/ChangeLog index 5f980c3c0889..43d7be997590 100644 --- a/dev-haskell/http/ChangeLog +++ b/dev-haskell/http/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/http # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.14 2010/07/01 19:57:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.15 2010/10/02 21:35:23 slyfox Exp $ + + 02 Oct 2010; Sergei Trofimovich <slyfox@gentoo.org> http-4000.0.8.ebuild: + Marked ~alpha and ~ia64 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> http-3001.0.0.ebuild, http-4000.0.5.ebuild, http-4000.0.6.ebuild, http-4000.0.8.ebuild: diff --git a/dev-haskell/http/http-4000.0.8.ebuild b/dev-haskell/http/http-4000.0.8.ebuild index c6e7369a2656..2c0993239f77 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-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.3 2010/07/01 19:57:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.0.8.ebuild,v 1.4 2010/10/02 21:35:23 slyfox 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 ~ppc64 ~sparc ~x86 ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86 ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 |