summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-22 10:47:00 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-22 10:47:00 +0100
commitbcf1494c50e606bb0ac0a7b49afeaa9c2b2c2d52 (patch)
tree0f38a5433e3baab3117faf72b83c48fee9faeeb0 /sys-devel/gcc-config/metadata.xml
parentsys-devel/binutils-config: tweak metadata.xml description (diff)
downloadgentoo-bcf1494c50e606bb0ac0a7b49afeaa9c2b2c2d52.tar.gz
gentoo-bcf1494c50e606bb0ac0a7b49afeaa9c2b2c2d52.tar.bz2
gentoo-bcf1494c50e606bb0ac0a7b49afeaa9c2b2c2d52.zip
sys-devel/gcc-config: add USE=+native-symlinks flag
This flag guards presence of 'cc', 'gcc' and friends. Bug: https://bugs.gentoo.org/724454 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gcc-config/metadata.xml')
-rw-r--r--sys-devel/gcc-config/metadata.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/gcc-config/metadata.xml b/sys-devel/gcc-config/metadata.xml
index e396f3755977..33e9604b0414 100644
--- a/sys-devel/gcc-config/metadata.xml
+++ b/sys-devel/gcc-config/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>toolchain@gentoo.org</email>
- <name>Gentoo Toolchain Project</name>
-</maintainer>
+ <maintainer type="project">
+ <email>toolchain@gentoo.org</email>
+ <name>Gentoo Toolchain Project</name>
+ </maintainer>
+ <use>
+ <flag name="native-symlinks">Install native symlinks like 'gcc' or 'g++' to /usr/bin. Otherwise keep only ${CTARGET}-gcc and friends.</flag>
+ </use>
</pkgmetadata>