Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 551360

Summary: sys-libs/libtermcap-compat - add multilib support
Product: Gentoo Linux Reporter: Daniel Pielmeier <billie>
Component: [OLD] LibraryAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement CC: multilib+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: add multilib support to libtermcap-compat
add multilib support to libtermcap-compat

Description Daniel Pielmeier gentoo-dev 2015-06-06 12:17:24 UTC
Created attachment 404674 [details, diff]
add multilib support to libtermcap-compat

A binary application I use requires a 32bit libtermcap however the libtermcap-compat ebuild has no multilib support. I took a quick look in the multilib eclasses and modified the existing libtermcap-compat ebuild.

Can you please take a look at it and eventually add multilib support to the library.
Comment 1 Jonathan Callen (RETIRED) gentoo-dev 2015-06-07 02:14:15 UTC
Created attachment 404724 [details, diff]
add multilib support to libtermcap-compat

Attached is a cleaner patch that does the same function (no need to call multilib-minimal_src_configure when all you have src_configure do is call `tc-export CC`; the ebuild still uses functions from multilib.eclass; bump to EAPI="5").
Comment 2 SpanKY gentoo-dev 2015-06-07 04:28:02 UTC
(In reply to Jonathan Callen from comment #1)

would be nice to not copy the sources, but looks fine
Comment 3 Daniel Pielmeier gentoo-dev 2015-08-02 09:33:44 UTC
Completely forgot about this one.

I found no way to avoid copying the sources. I guess we can add this changes anyway? Will do so if nobody objects in the next days.