Summary: | net-analyzer/monitoring-plugins: Validate DEPEND on virtual/mysql | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Brian Evans <grknight> |
Component: | Current packages | Assignee: | Tomáš Mózes <hydrapolic> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mjo, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/9996 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 763480 |
Description
Brian Evans (RETIRED)
![]() This still shares its build system with nagios-plugins, and looks for mysql_config at build-time. So I think the right thing to do is replace virtual/mysql with dev-db/mysql-connector-c in (R)DEPEND. Here's what I did in nagios-plugins: $ diff nagios-plugins-2.2.1-r[23].ebuild 14c14 < KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86" --- > KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" 28c28 < mysql? ( virtual/mysql ) --- > mysql? ( dev-db/mysql-connector-c ) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c975b53a53ba2c134a650ca570971d85cafda747 commit c975b53a53ba2c134a650ca570971d85cafda747 Author: Tomas Mozes <hydrapolic@gmail.com> AuthorDate: 2018-09-28 08:00:45 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2018-09-28 18:14:41 +0000 net-analyzer/monitoring-plugins: replace virtual/mysql dependency Closes: https://bugs.gentoo.org/665948 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/9996 .../monitoring-plugins-2.2-r3.ebuild | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) |