commit:     d98c77c7ffc7e582ccef20a2b07ac100f75edfdf
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 17:07:48 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 20:06:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98c77c7

net-misc/whatmask: EAPI7->8, run eautoreconf for clang16

eautoreconf let this respect CC without tc-export.

Also fix license (GPL-2 -> GPL-2+)

Closes: https://bugs.gentoo.org/874393
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/whatmask/whatmask-1.2-r1.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-misc/whatmask/whatmask-1.2-r1.ebuild 
b/net-misc/whatmask/whatmask-1.2-r1.ebuild
index e9eb3e5d7adf..9493fbfef60a 100644
--- a/net-misc/whatmask/whatmask-1.2-r1.ebuild
+++ b/net-misc/whatmask/whatmask-1.2-r1.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-inherit toolchain-funcs
+EAPI=8
 
-DESCRIPTION="little C program to compute different subnet mask notations"
+inherit autotools
+
+DESCRIPTION="Little C program to compute different subnet mask notations"
 HOMEPAGE="http://www.laffeycomputer.com/whatmask.html";
 SRC_URI="http://downloads.laffeycomputer.com/current_builds/${PN}/${P}.tar.gz";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ppc sparc x86"
 
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
-
-src_configure() {
-       tc-export CC
+src_prepare() {
        default
+
+       eautoreconf #874393
 }

Reply via email to