summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2023-04-14 05:48:47 -0400
committerMatthew Thode <prometheanfire@gentoo.org>2023-04-14 10:34:04 -0500
commit2f0330ea018e01c7e989bbd748582898a8c75408 (patch)
tree46bcfefd26be296a5acf97e4609b6aa971a7407f /app-arch/p7zip
parentapp-arch/p7zip: 17.05-r1 revbump (diff)
downloadgentoo-2f0330ea018e01c7e989bbd748582898a8c75408.tar.gz
gentoo-2f0330ea018e01c7e989bbd748582898a8c75408.tar.bz2
gentoo-2f0330ea018e01c7e989bbd748582898a8c75408.zip
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 <joe@wt.gd> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-arch/p7zip')
-rw-r--r--app-arch/p7zip/p7zip-17.05-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
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' \