From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0669013835A for ; Wed, 6 May 2020 11:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF50AE096D; Wed, 6 May 2020 11:51:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABF19E096D for ; Wed, 6 May 2020 11:51:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A362E34F669 for ; Wed, 6 May 2020 11:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6DA2241 for ; Wed, 6 May 2020 11:51:17 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588765861.6bf6cfb83c14c32d84481e9c8f29bcd1727c0780.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch X-VCS-Directories: dev-libs/protobuf-c/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6bf6cfb83c14c32d84481e9c8f29bcd1727c0780 X-VCS-Branch: master Date: Wed, 6 May 2020 11:51:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab1950a7-0a7f-464c-8e0c-d973250acb76 X-Archives-Hash: 6c500da65aec41ab263588c50053fb91 commit: 6bf6cfb83c14c32d84481e9c8f29bcd1727c0780 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 5 12:53:51 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed May 6 11:51:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf6cfb8 dev-libs/protobuf-c: remove unused patch Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Joonas Niilola gentoo.org> .../protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch b/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch deleted file mode 100644 index 218dec00f87..00000000000 --- a/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/protobuf-c/protobuf-c/commit/7456d1621223d425b8a3fd74e435a79c046169fb - ---- /t/generated-code2/cxx-generate-packed-data.cc -+++ /t/generated-code2/cxx-generate-packed-data.cc -@@ -998,7 +998,7 @@ - static void dump_test_unknown_fields (void) - { - EmptyMess mess; -- const google::protobuf::Message::Reflection *reflection = mess.GetReflection(); -+ const google::protobuf::Reflection *reflection = mess.GetReflection(); - google::protobuf::UnknownFieldSet *fs = reflection->MutableUnknownFields(&mess); - - #if GOOGLE_PROTOBUF_VERSION >= 2001000