Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431216 - media-libs/libtxc_dxtn-1.0.1 should have multilib USE flag
Summary: media-libs/libtxc_dxtn-1.0.1 should have multilib USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-13 13:06 UTC by crabbed halo ablution
Modified: 2012-08-13 16:43 UTC (History)
3 users (show)

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


Attachments
add multilib USE flag and logic (libtxc_dxtn-multilib.patch,824 bytes, patch)
2012-08-13 13:07 UTC, crabbed halo ablution
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description crabbed halo ablution 2012-08-13 13:06:18 UTC
multilib-portage relies on the assumption that forcing multilib useflag off will suppress any mutilib support in the ebuild. The ABI-looping that multilib-portage does will interfere with most ebuild multilib build systems. Since libtxc_dxtn has no dependencies to speak off, the multilib use flag wasn't added initially.

I'll attach a patch that adds the multilib USE flag and logic without prodding too much at an already elegant ebuild.
Comment 1 crabbed halo ablution 2012-08-13 13:07:01 UTC
Created attachment 321208 [details, diff]
add multilib USE flag and logic
Comment 2 Matt Turner gentoo-dev 2012-08-13 16:43:44 UTC
Good idea. Applied and committed. Thanks!