diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-07-15 12:43:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-07-15 12:43:59 +0000 |
commit | 17772725746c69b4353e84b295ef2b37b34ebc37 (patch) | |
tree | 3d4a8dcb8e37fec93ce508984536c241db842d7a /www-servers | |
parent | Update 2.64 patchset to include the Solaris patch instead of having it in $FI... (diff) | |
download | gentoo-2-17772725746c69b4353e84b295ef2b37b34ebc37.tar.gz gentoo-2-17772725746c69b4353e84b295ef2b37b34ebc37.tar.bz2 gentoo-2-17772725746c69b4353e84b295ef2b37b34ebc37.zip |
Stable for amd64, wrt bug #426664
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/monkeyd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/monkeyd/monkeyd-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/monkeyd/ChangeLog b/www-servers/monkeyd/ChangeLog index d7971db2d420..a21d60106186 100644 --- a/www-servers/monkeyd/ChangeLog +++ b/www-servers/monkeyd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/monkeyd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.39 2012/07/15 02:23:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.40 2012/07/15 12:43:59 ago Exp $ + + 15 Jul 2012; Agostino Sarubbo <ago@gentoo.org> monkeyd-1.0.1.ebuild: + Stable for amd64, wrt bug #426664 15 Jul 2012; Jeff Horelick <jdhore@gentoo.org> monkeyd-1.0.1.ebuild: marked x86 per bug 426664 diff --git a/www-servers/monkeyd/monkeyd-1.0.1.ebuild b/www-servers/monkeyd/monkeyd-1.0.1.ebuild index 91b54ab9746a..7346c4f467b3 100644 --- a/www-servers/monkeyd/monkeyd-1.0.1.ebuild +++ b/www-servers/monkeyd/monkeyd-1.0.1.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/www-servers/monkeyd/monkeyd-1.0.1.ebuild,v 1.3 2012/07/15 02:23:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.0.1.ebuild,v 1.4 2012/07/15 12:43:59 ago Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86" IUSE="php" RDEPEND="php? ( virtual/httpd-php )" |