From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/
Date: Wed, 20 May 2020 05:08:05 +0000 (UTC) [thread overview]
Message-ID: <1589951283.4fe1341cc3226fa721a5e818ba6eeb03c42a009c.robbat2@gentoo> (raw)
commit: 4fe1341cc3226fa721a5e818ba6eeb03c42a009c
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 05:06:20 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed May 20 05:08:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe1341c
dev-libs/protobuf-c: compile-fix ensure new enough dev-libs/protobuf
If the system has an old dev-libs/protobuf-2* installed, then it will
not be upgraded before protobuf-c tries to compile, which leads to
error:
```
t/issue330/issue330.protot/issue330/issue330.proto:1:10:
Unrecognized syntax identifier "proto3".
This parser only recognizes "proto2".
```
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild
index d6909a46a38..3c3dc101011 100644
--- a/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild
+++ b/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild
@@ -19,9 +19,9 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
-BDEPEND="dev-libs/protobuf:0
+BDEPEND=">=dev-libs/protobuf-3:0
virtual/pkgconfig[${MULTILIB_USEDEP}]"
-DEPEND="dev-libs/protobuf:0=[${MULTILIB_USEDEP}]"
+DEPEND=">=dev-libs/protobuf-3:0=[${MULTILIB_USEDEP}]"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
next reply other threads:[~2020-05-20 5:08 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-20 5:08 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-23 19:01 [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/ Sam James
2025-05-22 21:48 Sam James
2025-05-22 20:46 Sam James
2025-05-22 20:17 Sam James
2025-05-22 20:03 Sam James
2025-05-22 19:43 Sam James
2025-04-08 11:56 Arthur Zamarin
2025-04-07 3:56 Sam James
2025-04-05 0:42 Sam James
2025-03-18 0:55 Sam James
2025-02-11 8:39 Sam James
2025-01-24 4:05 Matt Turner
2024-12-23 5:07 Sam James
2024-12-23 5:07 Sam James
2024-09-13 19:33 Arthur Zamarin
2024-09-13 4:13 Sam James
2024-09-12 19:34 Sam James
2024-09-12 19:34 Sam James
2024-05-28 0:14 Sam James
2023-10-09 21:45 Sam James
2023-10-09 7:04 Sam James
2023-10-09 4:36 Sam James
2023-10-09 4:27 Sam James
2023-10-09 4:23 Sam James
2023-10-02 16:53 Hans de Graaff
2022-08-28 7:41 WANG Xuerui
2022-08-25 18:25 Agostino Sarubbo
2022-08-25 18:24 Agostino Sarubbo
2022-08-25 18:15 Agostino Sarubbo
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-07-11 2:01 Sam James
2022-02-02 20:52 Arthur Zamarin
2022-02-02 8:03 Agostino Sarubbo
2022-02-02 8:02 Agostino Sarubbo
2022-02-02 8:02 Agostino Sarubbo
2022-02-01 4:11 Sam James
2022-02-01 4:10 Sam James
2022-02-01 4:09 Sam James
2021-10-20 21:03 Mike Gilbert
2021-08-18 19:39 Sam James
2021-06-29 5:53 Yixun Lan
2021-03-16 19:23 Sam James
2020-11-17 19:05 Agostino Sarubbo
2020-11-15 9:28 Sam James
2020-11-14 21:15 Sam James
2020-11-14 21:15 Sam James
2020-11-14 19:17 Sergei Trofimovich
2020-11-12 23:17 Sergei Trofimovich
2020-11-12 23:15 Sergei Trofimovich
2020-11-12 23:14 Sergei Trofimovich
2020-11-12 22:54 Thomas Deutschmann
2020-07-06 7:56 Lars Wendler
2020-03-21 10:43 Andreas Sturmlechner
2020-03-21 9:24 Mart Raudsepp
2020-02-13 14:40 Agostino Sarubbo
2020-02-06 7:51 Sergei Trofimovich
2020-02-03 12:49 Agostino Sarubbo
2020-02-03 12:35 Agostino Sarubbo
2020-02-03 12:31 Agostino Sarubbo
2020-02-03 12:30 Agostino Sarubbo
2020-02-03 11:31 Agostino Sarubbo
2020-02-03 11:28 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2019-08-19 8:40 Lars Wendler
2019-05-05 19:45 Mikle Kolyada
2019-05-05 19:05 Mike Gilbert
2019-02-12 21:03 Sergei Trofimovich
2019-02-12 12:52 Mikle Kolyada
2019-02-12 12:52 Mikle Kolyada
2019-02-12 12:52 Mikle Kolyada
2019-02-09 19:29 Sergei Trofimovich
2019-02-09 18:36 Thomas Deutschmann
2019-02-08 20:35 Sergei Trofimovich
2019-02-07 12:31 Tobias Klausmann
2019-02-06 0:43 Mart Raudsepp
2019-02-04 19:41 Sergei Trofimovich
2019-01-03 9:35 Lars Wendler
2018-07-07 2:03 Mike Gilbert
2018-06-09 19:42 Mikle Kolyada
2018-04-14 21:45 Mart Raudsepp
2018-03-21 1:34 Matt Turner
2017-10-23 18:01 Markus Meier
2017-10-13 12:28 Sergei Trofimovich
2017-10-03 8:25 Sergei Trofimovich
2017-10-02 13:48 Manuel Rüger
2017-10-02 13:24 Sergei Trofimovich
2017-10-02 13:24 Sergei Trofimovich
2017-10-01 0:04 Thomas Deutschmann
2017-01-12 9:30 Jeroen Roovers
2016-11-26 22:08 Mike Frysinger
2016-04-24 13:36 Sam Jorna
2016-04-24 13:36 Sam Jorna
2016-04-07 11:29 Lars Wendler
2015-11-18 10:31 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1589951283.4fe1341cc3226fa721a5e818ba6eeb03c42a009c.robbat2@gentoo \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox