From 175361190aa7ec5ee262cc366e09af66157d75c4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 24 May 2024 12:23:36 +0200 Subject: [PATCH] x11-apps/xcur2png: add RDEPEND Closes: https://bugs.gentoo.org/932490 Signed-off-by: tastytea --- .../{xcur2png-0.7.1-r1.ebuild => xcur2png-0.7.1-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename x11-apps/xcur2png/{xcur2png-0.7.1-r1.ebuild => xcur2png-0.7.1-r2.ebuild} (88%) diff --git a/x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild similarity index 88% rename from x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild rename to x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild index 9bc21ff8fd..cc4e3e034c 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