commit: a6ffa41f3a4584ca9380cdd510ff2a3f046840de Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Sat Sep 7 11:13:39 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 7 14:26:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ffa41f
dev-libs/protobuf: don't apply libupb patch No libupb in that version. Closes: https://bugs.gentoo.org/939200 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/protobuf/protobuf-25.4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/protobuf/protobuf-25.4.ebuild b/dev-libs/protobuf/protobuf-25.4.ebuild index f79f633b0487..158b36af6308 100644 --- a/dev-libs/protobuf/protobuf-25.4.ebuild +++ b/dev-libs/protobuf/protobuf-25.4.ebuild @@ -67,7 +67,6 @@ PATCHES=( "${FILESDIR}/${PN}-26.1-disable-32-bit-tests.patch" "${FILESDIR}/${PN}-23.3-static_assert-failure.patch" "${FILESDIR}/${PN}-27.4-findJsonCpp.patch" - "${FILESDIR}/${PN}-28.0-disable-test_upb-lto.patch" ) DOCS=( CONTRIBUTORS.txt README.md )