diff options
-rw-r--r-- | dev-haskell/httpd-shed/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/httpd-shed/ChangeLog b/dev-haskell/httpd-shed/ChangeLog index 67e253414eca..e71435db71cf 100644 --- a/dev-haskell/httpd-shed/ChangeLog +++ b/dev-haskell/httpd-shed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/httpd-shed # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/httpd-shed/ChangeLog,v 1.9 2014/02/24 01:38:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/httpd-shed/ChangeLog,v 1.10 2014/03/06 11:39:23 nimiux Exp $ + + 06 Mar 2014; Chema Alonso <nimiux@gentoo.org> httpd-shed-0.4-r1.ebuild: + Stable for amd64 wrt bug #495382 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> httpd-shed-0.4-r1.ebuild: diff --git a/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild b/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild index 4ba2450fbb58..8b9fbab7d609 100644 --- a/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild +++ b/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild,v 1.2 2014/02/24 01:38:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild,v 1.3 2014/03/06 11:39:23 nimiux Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -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="" RDEPEND="dev-haskell/network:=[profile?] |