diff options
author | Sam James <sam@gentoo.org> | 2022-03-26 00:10:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-26 00:10:48 +0000 |
commit | 25da31562b252e41cb35cc6ca430fcf965862fcc (patch) | |
tree | ea31e894568b97d0771e3cd953882462acac8dfa /mail-client/neomutt | |
parent | dev-libs/libaio: fix tc-getCPP (diff) | |
download | gentoo-25da31562b252e41cb35cc6ca430fcf965862fcc.tar.gz gentoo-25da31562b252e41cb35cc6ca430fcf965862fcc.tar.bz2 gentoo-25da31562b252e41cb35cc6ca430fcf965862fcc.zip |
mail-client/neomutt: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-client/neomutt')
-rw-r--r-- | mail-client/neomutt/neomutt-20210205-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-client/neomutt/neomutt-20211015.ebuild | 4 | ||||
-rw-r--r-- | mail-client/neomutt/neomutt-20211022.ebuild | 4 | ||||
-rw-r--r-- | mail-client/neomutt/neomutt-20211029-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-client/neomutt/neomutt-20211029.ebuild | 4 | ||||
-rw-r--r-- | mail-client/neomutt/neomutt-99999999.ebuild | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/mail-client/neomutt/neomutt-20210205-r1.ebuild b/mail-client/neomutt/neomutt-20210205-r1.ebuild index cf9c213f4c7e..f0ec73388d4d 100644 --- a/mail-client/neomutt/neomutt-20210205-r1.ebuild +++ b/mail-client/neomutt/neomutt-20210205-r1.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 @@ -116,7 +116,7 @@ src_configure() { "$(usex test --testing --disable-testing)" ) - econf CCACHE=none CC_FOR_BUILD=$(tc-getCC) "${myconf[@]}" + econf CCACHE=none CC_FOR_BUILD="$(tc-getCC)" "${myconf[@]}" } src_test() { diff --git a/mail-client/neomutt/neomutt-20211015.ebuild b/mail-client/neomutt/neomutt-20211015.ebuild index dd0fe7e9a572..85f32fdfd081 100644 --- a/mail-client/neomutt/neomutt-20211015.ebuild +++ b/mail-client/neomutt/neomutt-20211015.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 @@ -112,7 +112,7 @@ src_configure() { "$(usex test --testing --disable-testing)" ) - econf CCACHE=none CC_FOR_BUILD=$(tc-getCC) "${myconf[@]}" + econf CCACHE=none CC_FOR_BUILD="$(tc-getCC)" "${myconf[@]}" } src_test() { diff --git a/mail-client/neomutt/neomutt-20211022.ebuild b/mail-client/neomutt/neomutt-20211022.ebuild index dd0fe7e9a572..85f32fdfd081 100644 --- a/mail-client/neomutt/neomutt-20211022.ebuild +++ b/mail-client/neomutt/neomutt-20211022.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 @@ -112,7 +112,7 @@ src_configure() { "$(usex test --testing --disable-testing)" ) - econf CCACHE=none CC_FOR_BUILD=$(tc-getCC) "${myconf[@]}" + econf CCACHE=none CC_FOR_BUILD="$(tc-getCC)" "${myconf[@]}" } src_test() { diff --git a/mail-client/neomutt/neomutt-20211029-r1.ebuild b/mail-client/neomutt/neomutt-20211029-r1.ebuild index a861264f1710..ec67e6bc7849 100644 --- a/mail-client/neomutt/neomutt-20211029-r1.ebuild +++ b/mail-client/neomutt/neomutt-20211029-r1.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=8 @@ -121,7 +121,7 @@ src_configure() { "$(usex test --testing --disable-testing)" ) - econf CCACHE=none CC_FOR_BUILD=$(tc-getCC) "${myconf[@]}" + econf CCACHE=none CC_FOR_BUILD="$(tc-getCC)" "${myconf[@]}" } src_test() { diff --git a/mail-client/neomutt/neomutt-20211029.ebuild b/mail-client/neomutt/neomutt-20211029.ebuild index dd0fe7e9a572..85f32fdfd081 100644 --- a/mail-client/neomutt/neomutt-20211029.ebuild +++ b/mail-client/neomutt/neomutt-20211029.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 @@ -112,7 +112,7 @@ src_configure() { "$(usex test --testing --disable-testing)" ) - econf CCACHE=none CC_FOR_BUILD=$(tc-getCC) "${myconf[@]}" + econf CCACHE=none CC_FOR_BUILD="$(tc-getCC)" "${myconf[@]}" } src_test() { diff --git a/mail-client/neomutt/neomutt-99999999.ebuild b/mail-client/neomutt/neomutt-99999999.ebuild index a861264f1710..ec67e6bc7849 100644 --- a/mail-client/neomutt/neomutt-99999999.ebuild +++ b/mail-client/neomutt/neomutt-99999999.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=8 @@ -121,7 +121,7 @@ src_configure() { "$(usex test --testing --disable-testing)" ) - econf CCACHE=none CC_FOR_BUILD=$(tc-getCC) "${myconf[@]}" + econf CCACHE=none CC_FOR_BUILD="$(tc-getCC)" "${myconf[@]}" } src_test() { |