diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 14:13:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-04 14:13:18 +0000 |
commit | 26fd2c7e2c53d929d030ee8a3ee8bc63f3e0ee4a (patch) | |
tree | 49276e7b0e8771a2eba5042c4dc690fa6e98a6e0 /www-servers/monkeyd | |
parent | Stable for ppc64, wrt bug #469752 (diff) | |
download | gentoo-2-26fd2c7e2c53d929d030ee8a3ee8bc63f3e0ee4a.tar.gz gentoo-2-26fd2c7e2c53d929d030ee8a3ee8bc63f3e0ee4a.tar.bz2 gentoo-2-26fd2c7e2c53d929d030ee8a3ee8bc63f3e0ee4a.zip |
Stable for ppc64, wrt bug #471906
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'www-servers/monkeyd')
-rw-r--r-- | www-servers/monkeyd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/monkeyd/monkeyd-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/monkeyd/ChangeLog b/www-servers/monkeyd/ChangeLog index bc28e0e70bff..39ebeb63ebcb 100644 --- a/www-servers/monkeyd/ChangeLog +++ b/www-servers/monkeyd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/monkeyd # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.62 2013/06/30 21:10:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.63 2013/07/04 14:13:18 ago Exp $ + + 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> monkeyd-1.2.2.ebuild: + Stable for ppc64, wrt bug #471906 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> monkeyd-1.2.2.ebuild: Stable for ppc, wrt bug #471906 diff --git a/www-servers/monkeyd/monkeyd-1.2.2.ebuild b/www-servers/monkeyd/monkeyd-1.2.2.ebuild index 3818b7633cc5..c176ff89dc46 100644 --- a/www-servers/monkeyd/monkeyd-1.2.2.ebuild +++ b/www-servers/monkeyd/monkeyd-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999- Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.2.ebuild,v 1.4 2013/06/30 21:10:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.2.2.ebuild,v 1.5 2013/07/04 14:13:18 ago Exp $ EAPI="5" @@ -13,7 +13,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" # ssl is broken, so we turn it off until fixed IUSE="-debug php minimal uclibc monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi +monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril" |