summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-06-23 20:47:19 -0600
committerSam James <sam@gentoo.org>2023-06-24 03:58:37 +0100
commitd2fc253dd8b58e1c66c01e818a28a78d5ae97dca (patch)
tree75374eb2ed8e91aaf60eabfcce1426cc9e7162cc /dev-util/cccc
parentdev-util/cargo-ebuild: replace `filter-flags -flto*` with `filter-lto` (diff)
downloadgentoo-d2fc253dd8b58e1c66c01e818a28a78d5ae97dca.tar.gz
gentoo-d2fc253dd8b58e1c66c01e818a28a78d5ae97dca.tar.bz2
gentoo-d2fc253dd8b58e1c66c01e818a28a78d5ae97dca.zip
dev-util/cccc: replace `filter-flags -flto*` with `filter-lto`
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/cccc')
-rw-r--r--dev-util/cccc/cccc-3.1.6-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/cccc/cccc-3.1.6-r1.ebuild b/dev-util/cccc/cccc-3.1.6-r1.ebuild
index 2cef70b6152c..6fe66504f3a3 100644
--- a/dev-util/cccc/cccc-3.1.6-r1.ebuild
+++ b/dev-util/cccc/cccc-3.1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,7 +26,8 @@ src_prepare() {
default
use mfc && eapply "${FILESDIR}"/${PN}-c_dialect.patch
- is-flagq -flto* && filter-flags -flto* -fuse-linker-plugin
+ is-flagq -flto* && filter-flags -fuse-linker-plugin
+ filter-lto
}
src_compile() {