Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 263839 Details for
Bug 315321
net-libs/rb_libtorrent: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rb_libtorrent.ebuild.diff
rb_libtorrent.ebuild.diff (text/plain), 1.06 KB, created by
Pacho Ramos
on 2011-02-25 20:07:54 UTC
(
hide
)
Description:
rb_libtorrent.ebuild.diff
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2011-02-25 20:07:54 UTC
Size:
1.06 KB
patch
obsolete
>--- rb_libtorrent-0.15.5.ebuild~ 2011-02-14 19:31:19.000000000 +0100 >+++ rb_libtorrent-0.15.5.ebuild 2011-02-25 21:02:06.000000000 +0100 >@@ -3,7 +3,10 @@ > # $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild,v 1.3 2011/02/14 18:16:39 phajdan.jr Exp $ > > EAPI="2" >-inherit eutils versionator >+PYTHON_DEPEND="python? 2:2.6" >+PYTHON_USE_WITH="threads" >+ >+inherit eutils versionator python > > MY_P=${P/rb_/} > MY_P=${MY_P/torrent/torrent-rasterbar} >@@ -20,9 +23,7 @@ > RESTRICT="test" > > DEPEND=">=dev-libs/boost-1.36 >- python? ( >=dev-libs/boost-1.36[python] >- || ( dev-lang/python:2.6[threads] >- dev-lang/python:2.7[threads] ) ) >+ python? ( >=dev-libs/boost-1.36[python] ) > >=sys-devel/libtool-2.2 > sys-libs/zlib > examples? ( !net-p2p/mldonkey ) >@@ -30,6 +31,14 @@ > > RDEPEND="${DEPEND}" > >+pkg_setup() { >+ use python && python_set_active_version 2 >+} >+ >+src_prepare() { >+ use python && python_convert_shebangs -r 2 . >+} >+ > src_configure() { > # use multi-threading versions of boost libs > local BOOST_LIBS="--with-boost-system=boost_system-mt \
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 315321
:
246670
| 263839