diff options
Diffstat (limited to 'dev-haskell/cgi')
-rw-r--r-- | dev-haskell/cgi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cgi/cgi-3001.1.8.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/cgi/ChangeLog b/dev-haskell/cgi/ChangeLog index bd403cbd01f5..24912d8a9941 100644 --- a/dev-haskell/cgi/ChangeLog +++ b/dev-haskell/cgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cgi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.32 2013/12/23 19:29:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.33 2013/12/24 12:57:12 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> cgi-3001.1.8.4.ebuild: + Stable for x86, wrt bug #491984 23 Dec 2013; Pacho Ramos <pacho@gentoo.org> cgi-3001.1.8.4.ebuild: amd64 stable, bug #491984 diff --git a/dev-haskell/cgi/cgi-3001.1.8.4.ebuild b/dev-haskell/cgi/cgi-3001.1.8.4.ebuild index 06066376cd92..b65677efafcf 100644 --- a/dev-haskell/cgi/cgi-3001.1.8.4.ebuild +++ b/dev-haskell/cgi/cgi-3001.1.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.8.4.ebuild,v 1.2 2013/12/23 19:29:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.8.4.ebuild,v 1.3 2013/12/24 12:57:12 ago 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 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~sparc x86" IUSE="+extensible-exceptions-in-base" RDEPEND="dev-haskell/monadcatchio-mtl:=[profile?] |