Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229941 Details for
Bug 226347
dev-python/dbus-python: builds tests with FEATURES=-test (PATCH)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix this bug
dbus-python_test_build.patch (text/plain), 528 bytes, created by
Myckel Habets
on 2010-05-01 21:17:32 UTC
(
hide
)
Description:
Patch to fix this bug
Filename:
MIME Type:
Creator:
Myckel Habets
Created:
2010-05-01 21:17:32 UTC
Size:
528 bytes
patch
obsolete
>--- dbus-python-0.83.0-r1.ebuild-orig 2010-03-09 00:05:36.000000000 +0100 >+++ dbus-python-0.83.0-r1.ebuild 2010-05-01 19:17:44.000000000 +0200 >@@ -32,6 +32,11 @@ > # Disable compiling of .pyc files. > mv py-compile py-compile.orig > ln -s $(type -P true) py-compile >+ >+ if use !test; then >+ sed -i 's/SUBDIRS = _dbus_bindings _dbus_glib_bindings examples m4 test tools/SUBDIRS = _dbus_bindings _dbus_glib_bindings examples m4 tools/;' "${S}/Makefile.in" || die "sed of Makefile.in failed" >+ fi >+ > > python_src_prepare > }
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 226347
: 229941