diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-29 17:25:57 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-29 17:27:35 +0100 |
commit | c31a92478a45993c16ea5160a7fb39a7f812abd9 (patch) | |
tree | 483ac3d0f8f000830034aa44d97b222217d77b90 /x11-terms | |
parent | dev-python/tomli-w: keyword 0.4.0 for ~riscv (diff) | |
download | gentoo-c31a92478a45993c16ea5160a7fb39a7f812abd9.tar.gz gentoo-c31a92478a45993c16ea5160a7fb39a7f812abd9.tar.bz2 gentoo-c31a92478a45993c16ea5160a7fb39a7f812abd9.zip |
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@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |