diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-08-31 16:26:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-08-31 16:26:54 +0000 |
commit | 8166342044fc1876a37d06f6842aafdbed631acc (patch) | |
tree | a0abe3b5aee111849d4f3a934ff6e53a1eb719f5 /net-analyzer | |
parent | Version bump for stable channel release. (diff) | |
download | gentoo-2-8166342044fc1876a37d06f6842aafdbed631acc.tar.gz gentoo-2-8166342044fc1876a37d06f6842aafdbed631acc.tar.bz2 gentoo-2-8166342044fc1876a37d06f6842aafdbed631acc.zip |
Add spaces before configure switches.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index ee946085bd9e..5ef070a72d9a 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.384 2012/08/31 15:55:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.385 2012/08/31 16:26:54 jer Exp $ + + 31 Aug 2012; Jeroen Roovers <jer@gentoo.org> wireshark-1.6.10-r1.ebuild, + wireshark-1.8.2-r1.ebuild: + Add spaces before configure switches. 31 Aug 2012; Jeroen Roovers <jer@gentoo.org> wireshark-1.6.10-r1.ebuild, wireshark-1.8.2-r1.ebuild, metadata.xml: diff --git a/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild b/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild index d9fd603111b8..1770c9c5177e 100644 --- a/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-1.6.10-r1.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/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v 1.3 2012/08/31 15:55:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v 1.4 2012/08/31 16:26:54 jer Exp $ EAPI=4 PYTHON_DEPEND="python? 2" @@ -132,9 +132,9 @@ src_configure() { if use adns; then if use libadns; then - myconf+="--with-adns --without-c-ares" + myconf+=" --with-adns --without-c-ares" else - myconf+="--without-adns --with-c-ares" + myconf+=" --without-adns --with-c-ares" fi fi diff --git a/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild b/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild index 7b314e7f4037..eec8b60c3e4c 100644 --- a/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-1.8.2-r1.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/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v 1.2 2012/08/31 15:55:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v 1.3 2012/08/31 16:26:54 jer Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -130,9 +130,9 @@ src_configure() { if use adns; then if use libadns; then - myconf+="--with-adns --without-c-ares" + myconf+=" --with-adns --without-c-ares" else - myconf+="--without-adns --with-c-ares" + myconf+=" --without-adns --with-c-ares" fi fi # Workaround bug #213705. If krb5-config --libs has -lcrypto then pass |