diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-01-26 16:30:23 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-01-26 16:39:24 +0100 |
commit | dae18424d1d24936138011f33e67a4f5f46e91af (patch) | |
tree | 3ae9842b6474834a651962029a0cca1c2739d407 /x11-terms/rxvt-unicode | |
parent | sys-apps/util-linux: update description of 'suid' USE flag (diff) | |
download | gentoo-dae18424d1d24936138011f33e67a4f5f46e91af.tar.gz gentoo-dae18424d1d24936138011f33e67a4f5f46e91af.tar.bz2 gentoo-dae18424d1d24936138011f33e67a4f5f46e91af.zip |
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@gentoo.org>
Diffstat (limited to 'x11-terms/rxvt-unicode')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild | 7 |
1 files 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 |