Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496586 - sys-libs/slang - add multilib support
Summary: sys-libs/slang - add multilib support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords: PATCH
Depends on: 496588
Blocks: gx86-multilib 496386 497774 497776
  Show dependency tree
 
Reported: 2013-12-31 11:39 UTC by Michael Mair-Keimberger (iamnr3)
Modified: 2014-04-18 13:22 UTC (History)
1 user (show)

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


Attachments
slang.2.2.4.ebuild.patch (slang.2.2.4.ebuild.patch,1.86 KB, patch)
2013-12-31 11:39 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff
slang-2.24.ebuild.patch, v2 (slang-2.24.ebuild.patch,1.99 KB, patch)
2014-01-08 17:55 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mair-Keimberger (iamnr3) 2013-12-31 11:39:56 UTC
Created attachment 366634 [details, diff]
slang.2.2.4.ebuild.patch

Multilib patch for slang. Tested on amd64. Please review.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2014-01-01 08:27:54 UTC
intresting. what needs multilib slang?
Comment 2 Michael Mair-Keimberger (iamnr3) 2014-01-02 19:25:19 UTC
(In reply to Samuli Suominen from comment #1)
> intresting. what needs multilib slang?

Well, initially i've started to port slang because of timidity++. Since this one got obsolete, slang might be obsolete too.
However, media-libs/aalib and media-libs/libcaca depend on slang via their slang use flag. Both are dependencies of libsdl and xine-lib which hopefully get ported one day.
Unfortunately i don't know how to decide which dependencies really need to be ported, so slang might be obsolete in any case.
After all, i'm fine if we don't need multilib slang - the less we need to port the better :)
Comment 3 Michael Mair-Keimberger (iamnr3) 2014-01-08 17:55:44 UTC
Created attachment 367410 [details, diff]
slang-2.24.ebuild.patch, v2

Minor changes: added a blocker to the actual emul packages and moved the "rm -rf" line to multilib_src_install_all()
Comment 4 Julian Ospald 2014-04-18 13:22:14 UTC
+*slang-2.2.4-r1 (18 Apr 2014)
+
+  18 Apr 2014; Julian Ospald <hasufell@gentoo.org> +slang-2.2.4-r1.ebuild:
+  add multilib support wrt #496586, patch by Michael Mair-Keimberger