From c31a92478a45993c16ea5160a7fb39a7f812abd9 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 29 Nov 2021 17:25:57 +0100 Subject: x11-terms/rxvt-unicode: bdepend on >=sys-devel/autoconf WANT_AUTOCONF=latest in autotools.eclass does not enforce that version yet. Closes: https://bugs.gentoo.org/827849 Signed-off-by: Marek Szuba --- x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11-terms') diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild index baf4b1142c05..cc1cbf89d939 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild @@ -31,7 +31,9 @@ RDEPEND=">=sys-libs/ncurses-5.7-r6:= xft? ( x11-libs/libXft )" DEPEND="${RDEPEND} x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" +# autoconf dependency hopefully temporary, see Bug #827852 +BDEPEND="virtual/pkgconfig + >=sys-devel/autoconf-2.71" PATCHES=( "${FILESDIR}"/${PN}-9.06-case-insensitive-fs.patch -- cgit v1.2.3-65-gdbad