diff options
author | 2023-12-28 19:00:45 +0100 | |
---|---|---|
committer | 2023-12-31 03:41:45 +0100 | |
commit | 9f2f94e5c00e6a4c844cea50ce7af9cc22feb97a (patch) | |
tree | b84f0fa8f4f83ca779af98a3d7fb85dac7244542 /x11-misc | |
parent | net-wireless/mfoc: EAPI8 bump (diff) | |
download | gentoo-9f2f94e5c00e6a4c844cea50ce7af9cc22feb97a.tar.gz gentoo-9f2f94e5c00e6a4c844cea50ce7af9cc22feb97a.tar.bz2 gentoo-9f2f94e5c00e6a4c844cea50ce7af9cc22feb97a.zip |
x11-misc/wmname: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34521
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wmname/wmname-0.1-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/wmname/wmname-0.1-r1.ebuild b/x11-misc/wmname/wmname-0.1-r1.ebuild index 389f4774dffc..d7e6c152feab 100644 --- a/x11-misc/wmname/wmname-0.1-r1.ebuild +++ b/x11-misc/wmname/wmname-0.1-r1.ebuild @@ -1,18 +1,17 @@ -# 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 toolchain-funcs -DESCRIPTION="utility to set the name of your window manager" +DESCRIPTION="Utility to set the name of your window manager" HOMEPAGE="https://tools.suckless.org/x/wmname" SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |