app-misc/fsniper: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2023-11-15 18:20:48 +01:00 committed by Ulrich Müller
parent de9212c7b0
commit 9c9a638e7f
No known key found for this signature in database
GPG Key ID: 5188335088415E2E
1 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
inherit autotools
@ -9,7 +9,7 @@ DESCRIPTION="Monitors a given set of directories for new files"
HOMEPAGE="https://github.com/l3ib/fsniper"
SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
@ -32,7 +32,3 @@ src_prepare() {
default
eautoreconf
}
src_install() {
default
}