commit:     c31a92478a45993c16ea5160a7fb39a7f812abd9
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 16:25:57 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 16:27:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31a9247

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 <marecki <AT> gentoo.org>

 x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

Reply via email to