Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622404 - app-i18n/ibus: overcomplex and probably incorrect REQUIRED_USE
Summary: app-i18n/ibus: overcomplex and probably incorrect REQUIRED_USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-21 18:27 UTC by Michał Górny
Modified: 2017-08-01 14:27 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-06-21 18:27:14 UTC
The package specifies:

  python? ( [...] || ( deprecated ( gtk3 introspection ) ) )

which is horribly confusing, and most likely invalid.

Judging by the other dependencies and ebuild functions, USE=python+gtk seems to explicitly require introspection enabled, and I honestly doubt that anymore using this combination of flags would prefer enabling USE=deprecated over USE=introspection.

Therefore, I believe this constraint should be replaced with:

  python? ( [...]
    || ( deprecated gtk3 )
    gtk3? ( introspection ) )"