diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-03-05 22:09:07 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-03-05 22:09:07 +0000 |
commit | c4f1517e3578418198758d08709708846e9b37fe (patch) | |
tree | 4bb48444c123a1b96d1b06b95a80dd8e912711b9 /www-servers | |
parent | Version bump. (diff) | |
download | gentoo-2-c4f1517e3578418198758d08709708846e9b37fe.tar.gz gentoo-2-c4f1517e3578418198758d08709708846e9b37fe.tar.bz2 gentoo-2-c4f1517e3578418198758d08709708846e9b37fe.zip |
Stable on ppc and ppc64. Bug #541974.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/monkeyd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/monkeyd/monkeyd-1.5.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-servers/monkeyd/ChangeLog b/www-servers/monkeyd/ChangeLog index 6c7f298417d0..3e75e8f545fa 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.85 2015/03/03 11:18:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.86 2015/03/05 22:09:07 blueness Exp $ + + 05 Mar 2015; Anthony G. Basile <blueness@gentoo.org> monkeyd-1.5.5.ebuild: + Stable on ppc and ppc64. Bug #541974. *monkeyd-1.5.6 (03 Mar 2015) diff --git a/www-servers/monkeyd/monkeyd-1.5.5.ebuild b/www-servers/monkeyd/monkeyd-1.5.5.ebuild index 82bdb55c69c5..49be202db393 100644 --- a/www-servers/monkeyd/monkeyd-1.5.5.ebuild +++ b/www-servers/monkeyd/monkeyd-1.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.5.ebuild,v 1.1 2014/10/19 12:24:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.5.ebuild,v 1.2 2015/03/05 22:09:07 blueness 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 jemalloc php minimal elibc_musl elibc_uclibc monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi +monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril" |