Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 263919 Details for
Bug 356579
net-libs/gupnp-igd-0.1.7 fails to emerge with Python3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix to Python 2
gupnp-igd-0.1.7-python.patch (text/plain), 585 bytes, created by
Chris Mayo
on 2011-02-26 15:43:24 UTC
(
hide
)
Description:
Fix to Python 2
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2011-02-26 15:43:24 UTC
Size:
585 bytes
patch
obsolete
>--- gupnp-igd-0.1.7.ebuild.orig >+++ gupnp-igd-0.1.7.ebuild >@@ -3,7 +3,10 @@ > # $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 $ > > EAPI=2 >-inherit autotools eutils >+ >+PYTHON_DEPEND="python? 2" >+ >+inherit autotools eutils python > > DESCRIPTION="This is a library to handle UPnP IGD port mapping for GUPnP." > HOMEPAGE="http://gupnp.org" >@@ -22,6 +25,10 @@ > sys-devel/gettext > dev-util/gtk-doc-am" > >+pkg_setup() { >+ python_set_active_version 2 >+} >+ > src_prepare() { > epatch "${FILESDIR}"/${P}-make-382.patch > eautoreconf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 356579
:
263919
|
263921