commit:     0e08291b01c48711717531816dde0e8ce23ace0d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Sep 18 16:54:51 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=0e08291b

x11-plugins/wmmand: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild 
b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
index 02b4de944df1..567a44d7ea36 100644
--- a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
+++ b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit desktop toolchain-funcs
 
-MY_P=wmMand-${PV}
+MY_P="wmMand-${PV}"
 
 DESCRIPTION="a dockable mandelbrot browser"
 HOMEPAGE="https://sourceforge.net/projects/wmmand/";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}/wmMand"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="x11-libs/libX11
        x11-libs/libXext
@@ -21,8 +22,6 @@ RDEPEND="x11-libs/libX11
 DEPEND="${RDEPEND}
        x11-base/xorg-proto"
 
-S=${WORKDIR}/${MY_P}/wmMand
-
 DOCS=( ../{BUGS,changelog,TODO} )
 
 src_prepare() {

Reply via email to