commit: f23c24a40851edd4a11887cd7f696a91a4152940
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 8 09:59:13 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan 8 10:48:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23c24a4
net-analyzer/odhcploc: EAPI=7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../{odhcploc-20111021.ebuild => odhcploc-20111021-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/odhcploc/odhcploc-20111021.ebuild
b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
similarity index 84%
rename from net-analyzer/odhcploc/odhcploc-20111021.ebuild
rename to net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
index aff915d2ef9..57f94876302 100644
--- a/net-analyzer/odhcploc/odhcploc-20111021.ebuild
+++ b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit toolchain-funcs
DESCRIPTION="Open DHCP Locator"
@@ -12,7 +12,7 @@ LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
-src_prepare() {
+src_configure() {
tc-export CC
}