diff options
author | Elfyn McBratney <beu@gentoo.org> | 2005-03-14 00:29:18 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2005-03-14 00:29:18 +0000 |
commit | 975a039b5d4b31b76e40694cbc3c6220ab05f3d2 (patch) | |
tree | d334233a7dc76d7f41ae17d0262228c5756ec64a /dev-libs/apr/apr-0.9.5-r1.ebuild | |
parent | Fix race, bug #85054. (diff) | |
download | gentoo-2-975a039b5d4b31b76e40694cbc3c6220ab05f3d2.tar.gz gentoo-2-975a039b5d4b31b76e40694cbc3c6220ab05f3d2.tar.bz2 gentoo-2-975a039b5d4b31b76e40694cbc3c6220ab05f3d2.zip |
Drop extranous 'ipv6' arg to use_enable.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/apr/apr-0.9.5-r1.ebuild')
-rw-r--r-- | dev-libs/apr/apr-0.9.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/apr/apr-0.9.5-r1.ebuild b/dev-libs/apr/apr-0.9.5-r1.ebuild index 07d3eed20838..3c352d35fd8c 100644 --- a/dev-libs/apr/apr-0.9.5-r1.ebuild +++ b/dev-libs/apr/apr-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-0.9.5-r1.ebuild,v 1.1 2005/03/05 02:24:09 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-0.9.5-r1.ebuild,v 1.2 2005/03/14 00:29:18 beu Exp $ inherit flag-o-matic @@ -45,7 +45,7 @@ src_compile() { myconf="--datadir=/usr/share/apr-0" - myconf="${myconf} $(use_enable ipv6 ipv6)" + myconf="${myconf} $(use_enable ipv6)" myconf="${myconf} --enable-threads" myconf="${myconf} --enable-nonportable-atomics" |