summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2024-05-24 00:04:31 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2024-05-24 00:04:45 +0200
commitb623307d26939791dbd07365a98840ab2903f406 (patch)
tree55af45a45f8f207c0f8602e5a976420093953ed0 /x11-plugins
parentx11-plugins/wmhdplop: add USE dep on imlib2[text] (diff)
downloadgentoo-b623307d26939791dbd07365a98840ab2903f406.tar.gz
gentoo-b623307d26939791dbd07365a98840ab2903f406.tar.bz2
gentoo-b623307d26939791dbd07365a98840ab2903f406.zip
x11-plugins/wmforkplop: add USE dep on imlib2[text]
Closes: https://bugs.gentoo.org/925708 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild b/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild
index 2ecbefa3c127..b236d829259a 100644
--- a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild
+++ b/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
DEPEND="gnome-base/libgtop
- media-libs/imlib2[X]"
+ media-libs/imlib2[X,text(+)]"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-configure.patch )