summaryrefslogtreecommitdiff
path: root/app-editors/vim/vim-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-06-29 12:00:46 +0100
committerSam James <sam@gentoo.org>2025-06-29 12:00:46 +0100
commit464630b66751fade775dd4226c8a7a90583bdc1c (patch)
tree8a6b90dbf7df203af7ec8828fab7f3faa7cd84bd /app-editors/vim/vim-9999.ebuild
parent038e30617e9a8f5b6164fce9d5378d470b6d3f8c (diff)
downloadgentoo-464630b66751fade775dd4226c8a7a90583bdc1c.tar.gz
gentoo-464630b66751fade775dd4226c8a7a90583bdc1c.tar.bz2
gentoo-464630b66751fade775dd4226c8a7a90583bdc1c.zip
app-editors/vim: drop ancient flag mangling
None of this should be needed now. Any new issues will be investigated afresh. Bug: https://bugs.gentoo.org/37354 Bug: https://bugs.gentoo.org/57859 Bug: https://bugs.gentoo.org/76331 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/vim/vim-9999.ebuild')
-rw-r--r--app-editors/vim/vim-9999.ebuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index 9823492d4766..37bae70a1c71 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -172,16 +172,6 @@ src_prepare() {
}
src_configure() {
-
- # Fix bug #37354: Disallow -funroll-all-loops on amd64
- # Bug #57859 suggests that we want to do this for all archs
- filter-flags -funroll-all-loops
-
- # Fix bug 76331: -O3 causes problems, use -O2 instead. We'll do this for
- # everyone since previous flag filtering bugs have turned out to affect
- # multiple archs...
- replace-flags -O3 -O2
-
emake -j1 -C src autoconf
# This should fix a sandbox violation (see bug #24447). The hvc