Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 610458 - mysql-*.eclass: use built_with_use
Summary: mysql-*.eclass: use built_with_use
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: built_with_use
  Show dependency tree
 
Reported: 2017-02-22 07:34 UTC by Michał Górny
Modified: 2017-02-22 16:27 UTC (History)
4 users (show)

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