diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-22 16:50:45 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-22 16:50:45 +0000 |
commit | 323fb53cca581d2eb462181a0169c17a307e516c (patch) | |
tree | a92cde0fc06345a679058391c817c7653fa25352 /www-servers | |
parent | [bump] virtual/perl-Text-Tabs+Wrap-2012.81.800 (diff) | |
download | gentoo-2-323fb53cca581d2eb462181a0169c17a307e516c.tar.gz gentoo-2-323fb53cca581d2eb462181a0169c17a307e516c.tar.bz2 gentoo-2-323fb53cca581d2eb462181a0169c17a307e516c.zip |
Replace (use_with mmap) with (use_enable mmap) as pointed out by Jeremy Olexa <darkside@gentoo.org> on bug #432250
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.31.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index cf110edba899..ebe25f85c9f3 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/lighttpd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.285 2012/08/20 17:07:00 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.286 2012/08/22 16:50:45 hwoarang Exp $ + + 22 Aug 2012; Markos Chandras <hwoarang@gentoo.org> lighttpd-1.4.31.ebuild: + Replace (use_with mmap) with (use_enable mmap) as pointed out by Jeremy Olexa + <darkside@gentoo.org> on bug #432250 20 Aug 2012; Johannes Huber <johu@gentoo.org> lighttpd-1.4.31.ebuild: Stable for x86, wrt bug #430902 diff --git a/www-servers/lighttpd/lighttpd-1.4.31.ebuild b/www-servers/lighttpd/lighttpd-1.4.31.ebuild index c72d4d6efb4f..5bf9d069ae85 100644 --- a/www-servers/lighttpd/lighttpd-1.4.31.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.31.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/lighttpd/lighttpd-1.4.31.ebuild,v 1.8 2012/08/20 17:07:00 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v 1.9 2012/08/22 16:50:45 hwoarang Exp $ EAPI="4" @@ -114,6 +114,7 @@ src_configure() { econf --libdir=/usr/$(get_libdir)/${PN} \ --enable-lfs \ $(use_enable ipv6) \ + $(use_enable mmap) \ $(use_with bzip2) \ $(use_with fam) \ $(use_with gdbm) \ @@ -122,7 +123,6 @@ src_configure() { $(use_with libev) \ $(use_with lua) \ $(use_with memcache) \ - $(use_with mmap) \ $(use_with mysql) \ $(use_with pcre) \ $(use_with ssl openssl) \ |