diff options
Diffstat (limited to 'dev-libs/apr/apr-1.3.8.ebuild')
-rw-r--r-- | dev-libs/apr/apr-1.3.8.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-libs/apr/apr-1.3.8.ebuild b/dev-libs/apr/apr-1.3.8.ebuild index 2e8b2001e9cb..ef6845da8f8e 100644 --- a/dev-libs/apr/apr-1.3.8.ebuild +++ b/dev-libs/apr/apr-1.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.3.8.ebuild,v 1.13 2009/09/20 08:53:34 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.3.8.ebuild,v 1.14 2010/03/07 11:56:25 hollow Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="debug doc older-kernels-compatibility +urandom" +IUSE="doc older-kernels-compatibility +urandom" RESTRICT="test" DEPEND="doc? ( app-doc/doxygen )" @@ -37,10 +37,6 @@ src_configure() { export apr_cv_sock_cloexec="no" fi - if use debug; then - myconf+=" --enable-maintainer-mode --enable-pool-debug=all" - fi - if use urandom; then myconf+=" --with-devrandom=/dev/urandom" else |