commit: dae18424d1d24936138011f33e67a4f5f46e91af Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jan 26 15:30:23 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Jan 26 15:39:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae18424
x11-terms/rxvt-unicode: Perl support now requires USE=fading-colors This is probably a bug but one that will most likely require either an upstream reaction (which given their attitude towards Gentoo is unlikely to happen if reported by us) or a third-party patch. While at it, stop defaulting to USE=perl. Closes: https://bugs.gentoo.org/830329 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild index a0b503f4a33d..8ed6dbcc8ffd 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,10 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" IUSE="24-bit-color 256-color blink fading-colors +font-styles gdk-pixbuf iso14755 +mousewheel - +perl startup-notification unicode3 xft" + perl startup-notification unicode3 xft" + +# Bug #830329 +REQUIRED_USE="perl? ( fading-colors )" RDEPEND=">=sys-libs/ncurses-5.7-r6:= dev-libs/libptytty
