commit:     f60cd6f618ed901c2bfe5761faa65e7511eef111
Author:     Manoj Gupta <manojgupta <AT> google <DOT> com>
AuthorDate: Wed Nov 18 18:25:22 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 19:09:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60cd6f6

sys-devel/gcc-config: Sync from 9999 ebuild

Sync from 9999 ebuild to bring in new USE flag cc-wrappers.

Signed-off-by: Manoj Gupta <manojgupta <AT> google.com>
Closes: https://github.com/gentoo/gentoo/pull/18315
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../gcc-config/{gcc-config-2.3.2.ebuild => gcc-config-2.3.2-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.3.2.ebuild 
b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
similarity index 94%
rename from sys-devel/gcc-config/gcc-config-2.3.2.ebuild
rename to sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
index c2ff9c8d49d..38a636d9bf6 100644
--- a/sys-devel/gcc-config/gcc-config-2.3.2.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Utility to manage compilers"
 HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/";
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+native-symlinks"
+IUSE="+cc-wrappers +native-symlinks"
 
 RDEPEND=">=sys-apps/gentoo-functions-0.10"
 
@@ -25,6 +25,7 @@ _emake() {
        emake \
                PV="${PV}" \
                SUBLIBDIR="$(get_libdir)" \
+               USE_CC_WRAPPERS="$(usex cc-wrappers)" \
                USE_NATIVE_LINKS="$(usex native-symlinks)" \
                TOOLCHAIN_PREFIX="${CHOST}-" \
                "$@"

Reply via email to