Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404724 Details for
Bug 551360
sys-libs/libtermcap-compat - add multilib support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add multilib support to libtermcap-compat
file_551360.txt (text/plain), 883 bytes, created by
Jonathan Callen (RETIRED)
on 2015-06-07 02:14:15 UTC
(
hide
)
Description:
add multilib support to libtermcap-compat
Filename:
MIME Type:
Creator:
Jonathan Callen (RETIRED)
Created:
2015-06-07 02:14:15 UTC
Size:
883 bytes
patch
obsolete
>--- a/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r3.ebuild >+++ b/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r3.ebuild >@@ -5,9 +5,9 @@ > # we only want this for binary-only packages, so we will only be installing > # the lib used at runtime; no headers and no files to link against > >-EAPI="4" >+EAPI="5" > >-inherit eutils multilib toolchain-funcs >+inherit eutils multilib toolchain-funcs multilib-minimal > > PATCHVER="2" > >@@ -33,16 +33,20 @@ src_prepare() { > cd "${WORKDIR}" > mv termtypes.tc termcap || die > epatch "${EPATCH_SOURCE}"/tc.file >+ >+ multilib_copy_sources > } > > src_configure() { > tc-export CC > } > >-src_install() { >+multilib_src_install() { > dolib.so libtermcap.so.${PV} > dosym libtermcap.so.${PV} /usr/$(get_libdir)/libtermcap.so.2 >+} > >+multilib_src_install_all() { > insinto /etc > doins "${WORKDIR}"/termcap >
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 551360
:
404674
| 404724