sys-devel/binutils-config: tweak metadata.xml description
authorSergei Trofimovich <slyfox@gentoo.org>
Fri, 22 May 2020 09:43:42 +0000 (10:43 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Fri, 22 May 2020 09:43:42 +0000 (10:43 +0100)
gcc's prefixes are CTARGET, not CHOST.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-devel/binutils-config/metadata.xml

index 3c7c5c4c8e9b1036592c773890300ee12a1e92e3..393442d23fa4d79930b103b4ba922959eaf1715c 100644 (file)
@@ -6,6 +6,6 @@
                <name>Gentoo Toolchain Project</name>
        </maintainer>
        <use>
-               <flag name="native-symlinks">Install native symlinks like 'as' or 'ar' to /usr/bin. Otherwise keep only ${CHOST}-as and friends.</flag>
+               <flag name="native-symlinks">Install native symlinks like 'as' or 'ar' to /usr/bin. Otherwise keep only ${CTARGET}-as and friends.</flag>
        </use>
 </pkgmetadata>