summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-08-17 20:39:17 +0200
committerSam James <sam@gentoo.org>2023-08-18 10:38:45 +0100
commit0b08fc35a4b1b972b93d52a600f85527a5ad99ef (patch)
treef3612f06b80ee34cb439171ace0a4e3da6392d9a /net-analyzer
parentsys-apps/sysvinit: add 3.08 (diff)
downloadgentoo-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"