Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654546 - [Future EAPI] Ban useq & hasq
Summary: [Future EAPI] Ban useq & hasq
Status: RESOLVED DUPLICATE of bug 199722
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PMS/EAPI (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PMS/EAPI
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-01 17:52 UTC by Michał Górny
Modified: 2018-05-01 18:31 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 2018-05-01 17:52:19 UTC
Both were marked 'deprecated' since EAPI 0, and are no different from use/has.

useq is used by exactly one package, probably by mistake:

net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild:  use python || useq perl || die "At least one supported language must be selected."
net-libs/nfqueue-bindings/nfqueue-bindings-0.6.ebuild:  use python || useq perl || die "At least one supported language must be selected."

hasq is not used at all.

Let's remove them completely in EAPI 8.
Comment 1 Ulrich Müller gentoo-dev 2018-05-01 18:31:46 UTC

*** This bug has been marked as a duplicate of bug 199722 ***