Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 654546

Summary: [Future EAPI] Ban useq & hasq
Product: Gentoo Hosted Projects Reporter: Michał Górny <mgorny>
Component: PMS/EAPIAssignee: PMS/EAPI <pms>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***