diff options
author | Sam James <sam@gentoo.org> | 2023-02-14 08:15:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-14 08:17:28 +0000 |
commit | d5d4c2d9840cc52612c8fb895810cfe4586911e4 (patch) | |
tree | 42f9109d1c5765c55849fea7c288e92be901e54f /net-analyzer | |
parent | sci-libs/onnx: add 1.12.0 (diff) | |
download | gentoo-d5d4c2d9840cc52612c8fb895810cfe4586911e4.tar.gz gentoo-d5d4c2d9840cc52612c8fb895810cfe4586911e4.tar.bz2 gentoo-d5d4c2d9840cc52612c8fb895810cfe4586911e4.zip |
Revert "net-analyzer/monitoring-plugins: add temporary musl workaround"
This reverts commit 39db959d41ca077c06ff375aa2774d20e515ec24.
This seems to mess with the installation for gettext bits.
Bug: https://bugs.gentoo.org/892645
Closes: https://bugs.gentoo.org/894278
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/monitoring-plugins/monitoring-plugins-2.3.3-r1.ebuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.3-r1.ebuild b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.3-r1.ebuild index c5b2c08d156d..555d75dae179 100644 --- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.3-r1.ebuild +++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI="8" -inherit autotools flag-o-matic +inherit flag-o-matic DESCRIPTION="50+ standard plugins for Icinga, Naemon, Nagios, Shinken, Sensu" HOMEPAGE="https://www.monitoring-plugins.org/" @@ -53,7 +53,6 @@ RDEPEND="${DEPEND} acct-group/nagios acct-user/nagios !net-analyzer/nagios-plugins" -BDEPEND="sys-devel/gettext" # At least one test is interactive. RESTRICT="test" @@ -63,19 +62,6 @@ PATCHES=( "${FILESDIR}/${PN}-fix-check-http-segfault.patch" #893252 ) -src_prepare() { - default - - # Refresh the gettext macro to fix musl build, bug #892645 - # This should be unnecessary in the next release (>2.3.3) as upstream - # refreshed its copy of gnulib, so on next release: - # - We may be able to drop the gettext BDEPEND (check!) - # - Drop this cp call - # - Drop eautoreconf - cp "${BROOT}"/usr/share/aclocal/gettext.m4 gl/m4/ || die - eautoreconf -} - src_configure() { append-flags -fno-strict-aliasing |