diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-09-18 18:50:54 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-09-19 22:37:30 +0200 |
commit | 00b4123571bfef9dc1e8321dfe20cabb97922ba6 (patch) | |
tree | 141fe7ef50c746ee8655415d4b7852120e3f4291 /x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild | |
parent | x11-plugins/wmifs: EAPI8 bump (diff) | |
download | gentoo-00b4123571bfef9dc1e8321dfe20cabb97922ba6.tar.gz gentoo-00b4123571bfef9dc1e8321dfe20cabb97922ba6.tar.bz2 gentoo-00b4123571bfef9dc1e8321dfe20cabb97922ba6.zip |
x11-plugins/wmlongrun: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild')
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.3.1.ebuild | 9 |
1 files 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 |