summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-22 21:36:57 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-22 21:36:57 +0000
commit47ccd2f386edf99f0cc1af40bdc8841526fd6883 (patch)
tree3f524118b6b47c2f9264c5c643ed732315789b0a /net-libs/gupnp-igd
parentStable for amd64 wrt bug #506794 (diff)
downloadgentoo-2-47ccd2f386edf99f0cc1af40bdc8841526fd6883.tar.gz
gentoo-2-47ccd2f386edf99f0cc1af40bdc8841526fd6883.tar.bz2
gentoo-2-47ccd2f386edf99f0cc1af40bdc8841526fd6883.zip
Fix build with USE=-python. Remove obsolete Python build hack.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs/gupnp-igd')
-rw-r--r--net-libs/gupnp-igd/ChangeLog5
-rw-r--r--net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild11
2 files changed, 6 insertions, 10 deletions
diff --git a/net-libs/gupnp-igd/ChangeLog b/net-libs/gupnp-igd/ChangeLog
index d168e0579553..628e7d592efd 100644
--- a/net-libs/gupnp-igd/ChangeLog
+++ b/net-libs/gupnp-igd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gupnp-igd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.58 2014/06/18 20:36:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.59 2014/06/22 21:36:57 mgorny Exp $
+
+ 22 Jun 2014; Michał Górny <mgorny@gentoo.org> gupnp-igd-0.2.3-r1.ebuild:
+ Fix build with USE=-python. Remove obsolete Python build hack.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> gupnp-igd-0.2.3-r1.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
index 4538f83759cb..a33a33a9c3dc 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.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/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v 1.2 2014/06/18 20:36:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v 1.3 2014/06/22 21:36:57 mgorny Exp $
EAPI=5
@@ -39,13 +39,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.1.11-disable_static_modules.patch
)
-src_prepare() {
- # Python bindings are built/installed manually.
- if use python; then
- sed -e "/PYTHON_SUBDIR =/s/ python//" -i Makefile.am Makefile.in || die
- fi
-}
-
multilib_src_configure() {
local myconf=(
--disable-static
@@ -70,7 +63,7 @@ multilib_src_configure() {
--enable-python
}
- python_parallel_foreach_impl python_configure
+ use python && python_parallel_foreach_impl python_configure
fi
}