Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 356579 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +11 lines)
Line  Link Here
0
-- gupnp-igd-0.1.7.ebuild.orig
0
++ gupnp-igd-0.1.7.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.1.7.ebuild,v 1.8 2010/11/20 12:22:47 xmw Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.1.7.ebuild,v 1.8 2010/11/20 12:22:47 xmw Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit autotools eutils
6
7
PYTHON_DEPEND="python? 2"
8
9
inherit autotools eutils python
7
10
8
DESCRIPTION="This is a library to handle UPnP IGD port mapping for GUPnP."
11
DESCRIPTION="This is a library to handle UPnP IGD port mapping for GUPnP."
9
HOMEPAGE="http://gupnp.org"
12
HOMEPAGE="http://gupnp.org"
Lines 22-27 Link Here
22
	sys-devel/gettext
25
	sys-devel/gettext
23
	dev-util/gtk-doc-am"
26
	dev-util/gtk-doc-am"
24
27
28
pkg_setup() {
29
	if use python; then
30
		python_set_active_version 2
31
	fi
32
}
33
25
src_prepare() {
34
src_prepare() {
26
	epatch "${FILESDIR}"/${P}-make-382.patch
35
	epatch "${FILESDIR}"/${P}-make-382.patch
27
	eautoreconf
36
	eautoreconf

Return to bug 356579