diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 21:33:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 21:33:36 +0000 |
commit | 50d778f49f96ec5b1de41d862ea510811e9d37ab (patch) | |
tree | b7f2207e1a0610e19741655645e09112220c41df /net-misc | |
parent | app-misc/cw: port to EAPI 7 (for now) (diff) | |
download | gentoo-50d778f49f96ec5b1de41d862ea510811e9d37ab.tar.gz gentoo-50d778f49f96ec5b1de41d862ea510811e9d37ab.tar.bz2 gentoo-50d778f49f96ec5b1de41d862ea510811e9d37ab.zip |
net-misc/sipcalc: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sipcalc/sipcalc-1.1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/sipcalc/sipcalc-1.1.6.ebuild b/net-misc/sipcalc/sipcalc-1.1.6.ebuild index 25bc9b8a9cd2..4d992820870b 100644 --- a/net-misc/sipcalc/sipcalc-1.1.6.ebuild +++ b/net-misc/sipcalc/sipcalc-1.1.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator" HOMEPAGE="http://www.routemeister.net/projects/sipcalc/" SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" |