commit: 4872fa4de8760bbc1b69dc035e86805a3f90ada0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 18:52:07 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 18:53:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4872fa4d
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 <AT> gentoo.org> app-benchmarks/ioping/ioping-1.2.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app-benchmarks/ioping/ioping-1.2.ebuild b/app-benchmarks/ioping/ioping-1.2.ebuild index 7a53e98ef21..4be915c0f72 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
