commit: 0b0beaf5711b258eba58c8b9efbbb11eba21fd4a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 1 08:56:20 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 1 10:20:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0beaf5
net-analyzer/gensink: port to EAPI 7 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/gensink/gensink-4.1-r2.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-analyzer/gensink/gensink-4.1-r2.ebuild b/net-analyzer/gensink/gensink-4.1-r2.ebuild index 5a99e658ec6..808eea74cb2 100644 --- a/net-analyzer/gensink/gensink-4.1-r2.ebuild +++ b/net-analyzer/gensink/gensink-4.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit base toolchain-funcs +inherit toolchain-funcs DESCRIPTION="A simple TCP benchmark suite" HOMEPAGE="http://jes.home.cern.ch/jes/gensink/" @@ -12,7 +12,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -PATCHES=( "${FILESDIR}/${P}-make.patch" ) +PATCHES=( + "${FILESDIR}/${P}-make.patch" +) src_compile() { tc-export CC
