diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-07 12:11:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-07 12:12:03 +0000 |
commit | c947ca18d358bd7165598d35a9ec2d47167869ee (patch) | |
tree | 56011b66e9def89a99b65828ac985ebc6f3cd375 /eclass | |
parent | sys-devel/gdb: arm stable wrt bug #690582 (diff) | |
download | gentoo-c947ca18d358bd7165598d35a9ec2d47167869ee.tar.gz gentoo-c947ca18d358bd7165598d35a9ec2d47167869ee.tar.bz2 gentoo-c947ca18d358bd7165598d35a9ec2d47167869ee.zip |
toolchain.eclass: tweak comment
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 05d13189d3dd..ece57dafbd75 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -593,7 +593,7 @@ toolchain_src_prepare() { # Prevent new texinfo from breaking old versions (see #198182, #464008) if tc_version_is_at_least 4.1; then - tc_apply_patches "Remove texinfo (bug #198182, bug ##464008)" "${FILESDIR}"/gcc-configure-texinfo.patch + tc_apply_patches "Remove texinfo (bug #198182, bug #464008)" "${FILESDIR}"/gcc-configure-texinfo.patch fi # >=gcc-4 |