Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 388480 Details for
Bug 528086
games-misc/katawa-shoujo-1.2: portage reports existing preserved libs when media-libs/sdl-mixer and media-libs/sdl-ttf are not installed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for katawa-shoujo-1.2.ebuild to use patchelf --set-rpath
katawa-shoujo-1.2.ebuild.patch (text/plain), 803 bytes, created by
Zac Medico
on 2014-11-03 22:56:28 UTC
(
hide
)
Description:
patch for katawa-shoujo-1.2.ebuild to use patchelf --set-rpath
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2014-11-03 22:56:28 UTC
Size:
803 bytes
patch
obsolete
>--- katawa-shoujo-1.2.ebuild >+++ katawa-shoujo-1.2.ebuild >@@ -17,6 +17,8 @@ > KEYWORDS="~amd64 ~x86" > IUSE="doc system-renpy" > >+DEPEND="dev-util/patchelf" >+ > # make system-renpy optional due to #459742 :( > RDEPEND="system-renpy? ( games-engines/renpy ) > !system-renpy? ( >@@ -30,6 +32,18 @@ > > S="${WORKDIR}/Katawa Shoujo-linux-x86" > >+src_prepare() { >+ # Set RPATH for preserve-libs handling (bug #528086). >+ local x >+ while read -r x ; do >+ # Use \x7fELF header to separate ELF executables and libraries >+ [[ $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue >+ patchelf --set-rpath \ >+ "${EPREFIX}${GAMES_PREFIX_OPT}/${PN}/lib" "${x}" || \ >+ die "patchelf failed on ${x}" >+ done < <(find . -type f) >+} >+ > src_install() { > if use system-renpy ; then > insinto "${GAMES_DATADIR}/${PN}"
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 528086
: 388480 |
388682