summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-11 06:28:48 +0100
committerSam James <sam@gentoo.org>2022-06-11 06:36:02 +0100
commit685cd8ea2008fd7c7b28b0e35057da2d5788686d (patch)
treee69c6116f7d5fd706cf38b8954411f6b3f9914e7 /app-misc
parentsys-apps/minijail: drop 12 (diff)
downloadgentoo-685cd8ea2008fd7c7b28b0e35057da2d5788686d.tar.gz
gentoo-685cd8ea2008fd7c7b28b0e35057da2d5788686d.tar.bz2
gentoo-685cd8ea2008fd7c7b28b0e35057da2d5788686d.zip
app-misc/vifm: drop Werror
Closes: https://bugs.gentoo.org/828083 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/vifm/vifm-0.11.ebuild3
-rw-r--r--app-misc/vifm/vifm-0.12.ebuild1
-rw-r--r--app-misc/vifm/vifm-9999.ebuild3
3 files changed, 5 insertions, 2 deletions
diff --git a/app-misc/vifm/vifm-0.11.ebuild b/app-misc/vifm/vifm-0.11.ebuild
index ab6195b7ede0..9927dd8f487f 100644
--- a/app-misc/vifm/vifm-0.11.ebuild
+++ b/app-misc/vifm/vifm-0.11.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=7
@@ -30,6 +30,7 @@ src_prepare() {
src_configure() {
econf \
+ --disable-werror \
$(use_enable developer) \
$(use_enable extended-keys) \
$(use_with magic libmagic) \
diff --git a/app-misc/vifm/vifm-0.12.ebuild b/app-misc/vifm/vifm-0.12.ebuild
index 7ad0e2c512ff..92961f1c2018 100644
--- a/app-misc/vifm/vifm-0.12.ebuild
+++ b/app-misc/vifm/vifm-0.12.ebuild
@@ -31,6 +31,7 @@ src_prepare() {
src_configure() {
econf \
+ --disable-werror \
$(use_enable developer) \
$(use_enable extended-keys) \
$(use_with magic libmagic) \
diff --git a/app-misc/vifm/vifm-9999.ebuild b/app-misc/vifm/vifm-9999.ebuild
index 327c50b20c44..bcd49b458786 100644
--- a/app-misc/vifm/vifm-9999.ebuild
+++ b/app-misc/vifm/vifm-9999.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=7
@@ -29,6 +29,7 @@ src_prepare() {
src_configure() {
econf \
+ --disable-werror \
$(use_enable developer) \
$(use_enable extended-keys) \
$(use_with magic libmagic) \