x11-misc/dmenu: update live ebuild

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki 2024-03-28 15:07:42 +01:00
parent 58c01b37cc
commit 0c1060e82d
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit git-r3 savedconfig toolchain-funcs
DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System"
@ -10,13 +11,12 @@ EGIT_REPO_URI="https://git.suckless.org/dmenu"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="xinerama"
RDEPEND="
media-libs/fontconfig
x11-libs/libX11
x11-libs/libXft
>=x11-libs/libXft-2.3.5
xinerama? ( x11-libs/libXinerama )
"
DEPEND="${RDEPEND}
@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-4.9-gentoo.patch
"${FILESDIR}"/${PN}-5.2-gentoo.patch
)
src_prepare() {