Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 24355 Details for
Bug 39282
beecrypt-3.1.0-r1 and rpm-4.2.1 ebuilds install into /usr/lib/python23.zip/ instead of /usr/lib/python2.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to rpm-4.2.1.ebuild
rpm-4.2.1.ebuild.patch (text/plain), 654 bytes, created by
REMOVED ACCOUNT
on 2004-01-24 13:26:41 UTC
(
hide
)
Description:
Patch to rpm-4.2.1.ebuild
Filename:
MIME Type:
Creator:
REMOVED ACCOUNT
Created:
2004-01-24 13:26:41 UTC
Size:
654 bytes
patch
obsolete
>--- rpm-4.2.1.ebuild.orig 2004-01-15 21:06:31.000000000 +0100 >+++ rpm-4.2.1.ebuild 2004-01-24 21:48:19.000000000 +0100 >@@ -27,16 +27,18 @@ > > src_unpack() { > unpack ${A} >+ epatch ${FILESDIR}/rpm-4.2.1-python2.3.patch > } > > src_compile() { > elibtoolize > > unset LD_ASSUME_KERNEL >- local myconf >+ local myconf pyver > myconf="--enable-posixmutexes --without-javaglue" >+ pyver=`python -c 'import sys; print ".".join(sys.version.split()[0].split(".")[0:2])'` > use python \ >- && myconf="${myconf} --with-python=2.2" \ >+ && myconf="${myconf} --with-python=${pyver}" \ > || myconf="${myconf} --without-python" > > econf ${myconf} `use_enable nls` || die
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 39282
:
24352
|
24353
|
24354
| 24355