summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-15 13:07:48 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-15 16:06:45 -0400
commitd98c77c7ffc7e582ccef20a2b07ac100f75edfdf (patch)
tree75a8362b2db617b470befc1947196233c89970c2
parentapp-misc/bottlerocket: EAPI7->8, run eautoreconf for clang16 (diff)
downloadgentoo-d98c77c7ffc7e582ccef20a2b07ac100f75edfdf.tar.gz
gentoo-d98c77c7ffc7e582ccef20a2b07ac100f75edfdf.tar.bz2
gentoo-d98c77c7ffc7e582ccef20a2b07ac100f75edfdf.zip
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@gentoo.org>
-rw-r--r--net-misc/whatmask/whatmask-1.2-r1.ebuild18
1 files 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
}