aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortastytea <gentoo@tastytea.de>2024-05-24 12:23:36 +0200
committertastytea <gentoo@tastytea.de>2024-05-24 12:23:36 +0200
commit175361190aa7ec5ee262cc366e09af66157d75c4 (patch)
tree7b37fb54530cfa43eb56221cbd36f0a75fdd162b /x11-apps
parentdev-cpp/qt-jdenticon: add missing dependency (diff)
downloadguru-175361190aa7ec5ee262cc366e09af66157d75c4.tar.gz
guru-175361190aa7ec5ee262cc366e09af66157d75c4.tar.bz2
guru-175361190aa7ec5ee262cc366e09af66157d75c4.zip
x11-apps/xcur2png: add RDEPEND
Closes: https://bugs.gentoo.org/932490 Signed-off-by: tastytea <gentoo@tastytea.de>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild (renamed from x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
index 9bc21ff8f..cc4e3e034 100644
--- a/x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild
+++ b/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,6 +17,7 @@ DEPEND="
media-libs/libpng
x11-libs/libXcursor
"
+RDEPEND="${DEPEND}"
src_configure() {
append-cflags "-std=gnu89" # bug 916457