From 2f0330ea018e01c7e989bbd748582898a8c75408 Mon Sep 17 00:00:00 2001 From: Joe Kappus Date: Fri, 14 Apr 2023 05:48:47 -0400 Subject: app-arch/p7zip: 17.05-r1 drop unrar warning Not needed as we already use LICENSE. Closes: https://bugs.gentoo.org/850724 Signed-off-by: Joe Kappus Signed-off-by: Matthew Thode --- app-arch/p7zip/p7zip-17.05-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app-arch/p7zip') diff --git a/app-arch/p7zip/p7zip-17.05-r1.ebuild b/app-arch/p7zip/p7zip-17.05-r1.ebuild index 575b07ea68cc..8b320e470f1f 100644 --- a/app-arch/p7zip/p7zip-17.05-r1.ebuild +++ b/app-arch/p7zip/p7zip-17.05-r1.ebuild @@ -38,9 +38,7 @@ src_prepare() { -i makefile* || die # remove non-free RAR codec - if use rar; then - ewarn "Enabling nonfree RAR decompressor" - else + if ! use rar; then sed \ -e '/Rar/d' \ -e '/RAR/d' \ -- cgit v1.2.3-65-gdbad