diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-08-17 20:39:17 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-18 10:38:45 +0100 |
commit | 0b08fc35a4b1b972b93d52a600f85527a5ad99ef (patch) | |
tree | f3612f06b80ee34cb439171ace0a4e3da6392d9a /net-analyzer | |
parent | sys-apps/sysvinit: add 3.08 (diff) | |
download | gentoo-0b08fc35a4b1b972b93d52a600f85527a5ad99ef.tar.gz gentoo-0b08fc35a4b1b972b93d52a600f85527a5ad99ef.tar.bz2 gentoo-0b08fc35a4b1b972b93d52a600f85527a5ad99ef.zip |
net-analyzer/alive: EAPI8 bump, fix LICENSE
Closes: https://bugs.gentoo.org/877407
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32360
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/alive/alive-2.0.5-r1.ebuild (renamed from net-analyzer/alive/alive-2.0.5.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/alive/alive-2.0.5.ebuild b/net-analyzer/alive/alive-2.0.5-r1.ebuild index 567f090930f3..bfa83a170f30 100644 --- a/net-analyzer/alive/alive-2.0.5.ebuild +++ b/net-analyzer/alive/alive-2.0.5-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools unpacker -DESCRIPTION="A periodic ping program" +DESCRIPTION="Periodic ping program" HOMEPAGE="https://www.gnu.org/software/alive/" SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" |