Currently there is that in xine-lib's ebuild:
# enable/disable appropiate optimizations on sparc
[[ "${PROFILE_ARCH}" == "sparc64" ]] && myconf="${myconf} --enable-vis"
[[ "${PROFILE_ARCH}" == "sparc" ]] && myconf="${myconf} --disable-vis"
I would prefer having this as an useflag, masked in base and unmasked on the
appropriate sparc profiles.
As I don't know much about sparc myself, I would prefer you do it since it
requires everything to be done at the sametime.
Steps:
- add a vis useflag to latest xine-lib, change the code by a use_enable
- document it in metadata.xml
- mask it in base/package.use.mask
- unmask it on the appropriate sparc profiles.
Anything I missed ?