summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-09-07 14:50:54 +0100
committerMarek Szuba <marecki@gentoo.org>2022-09-07 15:30:11 +0100
commit97c208dd579e297989f4d98e7f5d3385193a9711 (patch)
treee418a4b2f64fe5298db6fe662c10be7f19223d1b
parentapp-crypt/chntpw: install sampasswd and samusrgrp (diff)
downloadgentoo-97c208dd.tar.gz
gentoo-97c208dd.tar.bz2
gentoo-97c208dd.zip
x11-terms/rxvt-unicode: allow USE='perl -fading-colors' but print a warning
Closes: https://bugs.gentoo.org/830329 Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild
index 627d10b5c1db..86a4146c636a 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild
@@ -18,9 +18,6 @@ KEYWORDS="~alpha 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"
-# Bug #830329
-REQUIRED_USE="perl? ( fading-colors )"
-
RDEPEND=">=sys-libs/ncurses-5.7-r6:=
dev-libs/libptytty
media-libs/fontconfig
@@ -114,4 +111,7 @@ pkg_postinst() {
ewarn "rebuild =${CATEGORY}/${PF} with USE=-24-bit-color (the default setting)."
ewarn
fi
+ if use perl && ! use fading-colors; then
+ ewarn "Note that some of the Perl plug-ins bundled with ${PN} will fail to load without USE=fading-colors"
+ fi
}