Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292833 Details for
Bug 312145
dev-embedded/libftdi: 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]
r
libftdi.patch (text/plain), 1.68 KB, created by
Ian Delaney (RETIRED)
on 2011-11-17 01:38:08 UTC
(
hide
)
Description:
r
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-17 01:38:08 UTC
Size:
1.68 KB
patch
obsolete
>diff -ur libftdi.orig/libftdi-0.17.ebuild libftdi/libftdi-0.17.ebuild >--- libftdi.orig/libftdi-0.17.ebuild 2011-11-15 18:43:08.614000022 +0800 >+++ libftdi/libftdi-0.17.ebuild 2011-11-15 18:46:38.718000023 +0800 >@@ -2,7 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.17.ebuild,v 1.3 2010/06/22 20:27:28 vapier Exp $ > >-EAPI="2" >+EAPI="3" >+PYTHON_DEPEND="3::3.2" >+ >+inherit python > > DESCRIPTION="Userspace access to FTDI USB interface chips" > HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/" >@@ -16,8 +19,7 @@ > RDEPEND="virtual/libusb:0 > cxx? ( dev-libs/boost )" > DEPEND="${RDEPEND} >- doc? ( app-doc/doxygen ) >- python? ( dev-lang/python )" >+ doc? ( app-doc/doxygen )" > > src_prepare() { > # don't bother building examples as we dont want the binaries >diff -ur libftdi.orig/libftdi-0.19.ebuild libftdi/libftdi-0.19.ebuild >--- libftdi.orig/libftdi-0.19.ebuild 2011-11-15 18:43:15.646000022 +0800 >+++ libftdi/libftdi-0.19.ebuild 2011-11-17 09:31:52.704980506 +0800 >@@ -2,7 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.19.ebuild,v 1.3 2011/10/20 15:40:57 vapier Exp $ > >-EAPI="2" >+EAPI="3" >+PYTHON_DEPEND="2::2.7" >+ >+inherit python > > if [[ ${PV} == 9999* ]] ; then > EGIT_REPO_URI="git://developer.intra2net.com/${PN}" >@@ -22,8 +25,11 @@ > RDEPEND="virtual/libusb:0 > cxx? ( dev-libs/boost )" > DEPEND="${RDEPEND} >- doc? ( app-doc/doxygen ) >- python? ( dev-lang/python )" >+ doc? ( app-doc/doxygen )" >+ >+pkg_setup() { >+ python_set_active_version 2 >+} > > src_prepare() { > if [[ ${PV} == 9999* ]] ; then
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 312145
:
292611
|
292833
|
292979
|
293281