diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-22 18:05:19 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:15:29 +0200 |
commit | d9fd94a3697807b293f1a0ed449afa014f071f30 (patch) | |
tree | 8b0724db3f054b6755f799d65b83100392d13db2 /app-admin/filewatcher | |
parent | app-admin/mei-amt-check: EAPI8 bump, fix LICENSE (diff) | |
download | gentoo-d9fd94a3697807b293f1a0ed449afa014f071f30.tar.gz gentoo-d9fd94a3697807b293f1a0ed449afa014f071f30.tar.bz2 gentoo-d9fd94a3697807b293f1a0ed449afa014f071f30.zip |
app-admin/filewatcher: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30306
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin/filewatcher')
-rw-r--r-- | app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild b/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild index db9d3becf660..950b9a0df02f 100644 --- a/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild +++ b/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild @@ -1,13 +1,13 @@ -# 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 DESCRIPTION="File control configuration system and IDS" HOMEPAGE="https://sourceforge.net/projects/filewatcher/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" |