diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-07-28 15:41:20 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-07-28 15:41:20 +0000 |
commit | 416010aa22daad9d1cf19d1724af199a78398360 (patch) | |
tree | 3296fdef57005700680856d6cfe724002a52826e /www-servers/monkeyd | |
parent | Add dev-qt/designer:4 dependency (thanks Rafael Lorandi, bug 513148). (diff) | |
download | gentoo-2-416010aa22daad9d1cf19d1724af199a78398360.tar.gz gentoo-2-416010aa22daad9d1cf19d1724af199a78398360.tar.bz2 gentoo-2-416010aa22daad9d1cf19d1724af199a78398360.zip |
Stable for amd64 wrt bug #517564
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'www-servers/monkeyd')
-rw-r--r-- | www-servers/monkeyd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/monkeyd/monkeyd-1.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/monkeyd/ChangeLog b/www-servers/monkeyd/ChangeLog index 9c93559494f5..72a8afe3ecbe 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.74 2014/07/26 14:12:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/ChangeLog,v 1.75 2014/07/28 15:41:20 nimiux Exp $ + + 28 Jul 2014; Chema Alonso <nimiux@gentoo.org> monkeyd-1.5.2.ebuild: + Stable for amd64 wrt bug #517564 26 Jul 2014; Anthony G. Basile <blueness@gentoo.org> +files/monkeyd-1.5.2-use-system-jemalloc.patch, diff --git a/www-servers/monkeyd/monkeyd-1.5.2.ebuild b/www-servers/monkeyd/monkeyd-1.5.2.ebuild index ea842ef1aa22..21d0e5af8850 100644 --- a/www-servers/monkeyd/monkeyd-1.5.2.ebuild +++ b/www-servers/monkeyd/monkeyd-1.5.2.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/www-servers/monkeyd/monkeyd-1.5.2.ebuild,v 1.3 2014/07/26 14:12:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-1.5.2.ebuild,v 1.4 2014/07/28 15:41:20 nimiux 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 musl uclibc monkeyd_plugins_auth monkeyd_plugins_cheetah cgi monkeyd_plugins_dirlisting fastcgi +monkeyd_plugins_liana monkeyd_plugins_logger monkeyd_plugins_mandril" |