From d98c77c7ffc7e582ccef20a2b07ac100f75edfdf Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 15 Oct 2022 13:07:48 -0400 Subject: 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 --- 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 } -- cgit v1.2.3-65-gdbad