commit: 00b4123571bfef9dc1e8321dfe20cabb97922ba6 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Sep 18 16:50:54 2023 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 20:37:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b41235
x11-plugins/wmlongrun: EAPI8 bump Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild index 1609296d7367..68391c02264b 100644 --- a/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild +++ b/x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor" +DESCRIPTION="Dockapp to monitor LongRun on a Transmeta Crusoe processor" HOMEPAGE="https://www.dockapps.net/wmlongrun" SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="-* ~x86" -IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext
