diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 19:52:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 19:53:12 +0100 |
commit | 4872fa4de8760bbc1b69dc035e86805a3f90ada0 (patch) | |
tree | f20206b25e6825d027895a9fa823e698babca093 /app-benchmarks | |
parent | app-shells/bash: remove /bin/sh logic from pkg_preinst (diff) | |
download | gentoo-4872fa4de8760bbc1b69dc035e86805a3f90ada0.tar.gz gentoo-4872fa4de8760bbc1b69dc035e86805a3f90ada0.tar.bz2 gentoo-4872fa4de8760bbc1b69dc035e86805a3f90ada0.zip |
app-benchmarks/ioping: drop IUSE=netdata in 1.2
Patch was rejected upstream.
Closes: https://bugs.gentoo.org/797391
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/ioping/ioping-1.2.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app-benchmarks/ioping/ioping-1.2.ebuild b/app-benchmarks/ioping/ioping-1.2.ebuild index 7a53e98ef212..4be915c0f72e 100644 --- a/app-benchmarks/ioping/ioping-1.2.ebuild +++ b/app-benchmarks/ioping/ioping-1.2.ebuild @@ -12,12 +12,6 @@ SRC_URI="https://github.com/koct9i/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="netdata" - -src_prepare() { - use netdata && eapply "${FILESDIR}/${P}-netdata.patch" - eapply_user -} src_configure() { tc-export CC |