Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142991 Details for
Bug 209337
dev-python/4suite is not multilib-strict
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
4suite-1.0.2-fixmultilib.patch
4suite-1.0.2-fixmultilib.patch (text/plain), 509 bytes, created by
Thomas Anderson (tanderson) (RETIRED)
on 2008-02-08 17:18:56 UTC
(
hide
)
Description:
4suite-1.0.2-fixmultilib.patch
Filename:
MIME Type:
Creator:
Thomas Anderson (tanderson) (RETIRED)
Created:
2008-02-08 17:18:56 UTC
Size:
509 bytes
patch
obsolete
>--- 4suite-1.0.2.ebuild.orig 2008-02-08 11:28:05.000000000 -0500 >+++ 4suite-1.0.2.ebuild 2008-02-08 11:30:17.000000000 -0500 >@@ -44,5 +44,14 @@ > } > > src_install() { >- distutils_src_install $(use_with doc docs) >+ #using distutils_src_install results in multilib failures so we do it >+ #manually. >+ >+ local myopts="--root=${D} --install-lib=/usr/$(get_libdir)/4Suite" >+ if ! use doc; then >+ myopts="${myopts} --without-docs" >+ fi >+ >+ python setup.py install \ >+ ${myopts} || die "setup.py install failed" > }
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 209337
: 142991 |
142993