Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 200413 Details for
Bug 280585
dev-python/pyusb-0.4.2 optionally install samples
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pyusb-0.4.2-examples.patch
pyusb-0.4.2-examples.patch (text/plain), 559 bytes, created by
Chris Mayo
on 2009-08-06 19:10:41 UTC
(
hide
)
Description:
pyusb-0.4.2-examples.patch
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2009-08-06 19:10:41 UTC
Size:
559 bytes
patch
obsolete
>--- pyusb-0.4.2.ebuild.orig 2009-08-06 20:08:14.316981117 +0100 >+++ pyusb-0.4.2.ebuild 2009-08-06 20:08:23.352941623 +0100 >@@ -14,7 +14,7 @@ > LICENSE="BSD" > SLOT="0" > KEYWORDS="~amd64 ~ppc" >-IUSE="" >+IUSE="examples" > > ### The bus enumeration does not appear to work with libusb-compat > ### A new version based on libusb-1.x is in the works, but not yet released >@@ -22,3 +22,11 @@ > RDEPEND="${DEPEND}" > > RESTRICT_PYTHON_ABIS="3*" >+ >+src_install() { >+ distutils_src_install >+ if use examples; then >+ insinto /usr/share/doc/${PF} >+ doins -r samples >+ fi >+}
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 280585
: 200413