diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-11-11 22:16:12 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-11-11 22:16:12 +0000 |
commit | 5172fcd3c4ddd42fe617380358fc33e3e00039a1 (patch) | |
tree | a26fb47b381a49d0e168077d4d6df212fdb1b9f5 /net-libs | |
parent | Don't call python-single-r1_pkg_setup if python is not used. (diff) | |
download | gentoo-2-5172fcd3c4ddd42fe617380358fc33e3e00039a1.tar.gz gentoo-2-5172fcd3c4ddd42fe617380358fc33e3e00039a1.tar.bz2 gentoo-2-5172fcd3c4ddd42fe617380358fc33e3e00039a1.zip |
Fix USE=introspection multilib build (bug #528958, thanks to Alex Barker, drhopfen et al.)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnice/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libnice/libnice-0.1.8.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-libs/libnice/ChangeLog b/net-libs/libnice/ChangeLog index 0559490a450a..50ce5ce11358 100644 --- a/net-libs/libnice/ChangeLog +++ b/net-libs/libnice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libnice # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.78 2014/11/11 13:40:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.79 2014/11/11 22:16:12 tetromino Exp $ + + 11 Nov 2014; Alexandre Rostovtsev <tetromino@gentoo.org> + libnice-0.1.8.ebuild: + Fix USE=introspection multilib build (bug #528958, thanks to Alex Barker, + drhopfen et al.) *libnice-0.1.8 (11 Nov 2014) diff --git a/net-libs/libnice/libnice-0.1.8.ebuild b/net-libs/libnice/libnice-0.1.8.ebuild index 1ef6cf34ff15..867e2d88dc76 100644 --- a/net-libs/libnice/libnice-0.1.8.ebuild +++ b/net-libs/libnice/libnice-0.1.8.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/net-libs/libnice/libnice-0.1.8.ebuild,v 1.1 2014/11/11 13:40:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.1.8.ebuild,v 1.2 2014/11/11 22:16:12 tetromino Exp $ EAPI=5 inherit eutils multilib-minimal @@ -34,7 +34,7 @@ multilib_src_configure() { econf --disable-static \ --without-gstreamer \ --without-gstreamer-0.10 \ - $(use_enable introspection) \ + $(multilib_native_use_enable introspection) \ $(use_enable upnp gupnp) if multilib_is_native_abi; then |