commit:     8b9eaa8d809ee6bf5058a7d81f1ceece34f01f1f
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Fri Apr  4 15:01:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 00:39:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9eaa8d

dev-libs/protobuf: 21.12 drop ld.gold workaround

gold is gone from the sys-libs/binutils-libs tarballs

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/protobuf/protobuf-21.12.ebuild | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/dev-libs/protobuf/protobuf-21.12.ebuild 
b/dev-libs/protobuf/protobuf-21.12.ebuild
index 3672570cf101..7c343d581c79 100644
--- a/dev-libs/protobuf/protobuf-21.12.ebuild
+++ b/dev-libs/protobuf/protobuf-21.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2008-2023 Gentoo Authors
+# Copyright 2008-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit cmake-multilib elisp-common toolchain-funcs
+inherit cmake-multilib elisp-common
 
 if [[ "${PV}" == *9999 ]]; then
        inherit git-r3
@@ -40,15 +40,6 @@ PATCHES=(
 
 DOCS=( CONTRIBUTORS.txt README.md )
 
-src_configure() {
-       if tc-ld-is-gold; then
-               # https://sourceware.org/bugzilla/show_bug.cgi?id=24527
-               tc-ld-disable-gold
-       fi
-
-       cmake-multilib_src_configure
-}
-
 multilib_src_configure() {
        local mycmakeargs=(
                -Dprotobuf_DISABLE_RTTI=ON

Reply via email to