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

Bug 610458

Summary: mysql-*.eclass: use built_with_use
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: EclassesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED FIXED    
Severity: major CC: grknight, jmbsvicetto, qa, robbat2
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 261562    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-02-22 07:34:30 UTC
eclass/mysql-multilib-r1.eclass:        if ! built_with_use ${CATEGORY}/${PN} server ; then
eclass/mysql-multilib.eclass:           if ! built_with_use ${CATEGORY}/${PN} server ; then
eclass/mysql-multilib.eclass:           if built_with_use ${CATEGORY}/${PN} minimal ; then
eclass/mysql-v2.eclass: if built_with_use ${CATEGORY}/${PN} minimal ; then


Also, did you confuse @MAINTAINER with @AUTHOR in the eclass?