commit: 1660cc295c96cad0ded9c9ed28dfa1679a2c3945 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Jan 26 15:04:54 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Jan 26 15:08:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1660cc29
www-client/seamonkey: Use mozconfig_annotate instead of mozconfig_add_options_ac Closes: https://bugs.gentoo.org/767292 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> www-client/seamonkey/seamonkey-2.53.6.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/seamonkey/seamonkey-2.53.6.ebuild b/www-client/seamonkey/seamonkey-2.53.6.ebuild index f6e913d6d04..c5828fadab2 100644 --- a/www-client/seamonkey/seamonkey-2.53.6.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.6.ebuild @@ -365,14 +365,14 @@ src_configure() { if use lto ; then # Linking only works when using ld.gold when LTO is enabled - mozconfig_add_options_ac "forcing ld=gold due to USE=lto" --enable-linker=gold + mozconfig_annotate "forcing ld=gold due to USE=lto" --enable-linker=gold # ThinLTO is currently broken, see bmo#1644409 - mozconfig_add_options_ac '+lto' --enable-lto=full + mozconfig_annotate '+lto' --enable-lto=full else if tc-ld-is-gold ; then - mozconfig_add_options_ac "linker is set to gold" --enable-linker=gold + mozconfig_annotate "linker is set to gold" --enable-linker=gold else - mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd + mozconfig_annotate "linker is set to bfd" --enable-linker=bfd fi fi # LTO flag was handled via configure
