diff options
Diffstat (limited to 'net-misc/whatmask/whatmask-1.2-r1.ebuild')
-rw-r--r-- | net-misc/whatmask/whatmask-1.2-r1.ebuild | 18 |
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 } |