Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551360 - sys-libs/libtermcap-compat - add multilib support
Summary: sys-libs/libtermcap-compat - add multilib support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-06 12:17 UTC by Daniel Pielmeier
Modified: 2015-09-02 17:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
add multilib support to libtermcap-compat (libtermcap-compat-2.0.8-r3.diff,836 bytes, patch)
2015-06-06 12:17 UTC, Daniel Pielmeier
Details | Diff
add multilib support to libtermcap-compat (file_551360.txt,883 bytes, patch)
2015-06-07 02:14 UTC, Jonathan Callen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.