summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-05-10 18:38:08 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-13 17:47:50 +0300
commit918ff0937d9d77be62d5dbc6216c22323091449b (patch)
treeb13194527a5743967dd0deb60c070c8ac8e6c2dd
parentapp-arch/mt-st: enable tests (diff)
downloadgentoo-918ff0937d9d77be62d5dbc6216c22323091449b.tar.gz
gentoo-918ff0937d9d77be62d5dbc6216c22323091449b.tar.bz2
gentoo-918ff0937d9d77be62d5dbc6216c22323091449b.zip
gui-apps/lavalauncher: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--gui-apps/lavalauncher/lavalauncher-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui-apps/lavalauncher/lavalauncher-9999.ebuild b/gui-apps/lavalauncher/lavalauncher-9999.ebuild
index 050c2dce3451..8a1e7c55d21f 100644
--- a/gui-apps/lavalauncher/lavalauncher-9999.ebuild
+++ b/gui-apps/lavalauncher/lavalauncher-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson
@@ -17,7 +17,7 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
IUSE="+svg man"