public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
Date: Mon, 21 Aug 2023 18:51:38 +0000 (UTC)	[thread overview]
Message-ID: <1692643888.601e8e4384e245502f3141bf3770df030508fc69.sam@gentoo> (raw)

commit:     601e8e4384e245502f3141bf3770df030508fc69
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 18:51:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 18:51:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601e8e43

net-misc/mosh: protobuf now needs >=c++14

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r3.ebuild | 7 +++++--
 net-misc/mosh/mosh-1.4.0.ebuild    | 5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r3.ebuild b/net-misc/mosh/mosh-1.3.2-r3.ebuild
index bb82ed9190a5..3e73eb1a4743 100644
--- a/net-misc/mosh/mosh-1.3.2-r3.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools bash-completion-r1
+inherit autotools bash-completion-r1 flag-o-matic
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
 HOMEPAGE="https://mosh.org"
@@ -49,6 +49,9 @@ src_prepare() {
 }
 
 src_configure() {
+	# protobuf needs >=c++14
+	append-flags -std=gnu++14
+
 	econf \
 		--disable-completion \
 		$(use_enable client) \

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 7f9a5b4d44c5..0508d2dd4db1 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools bash-completion-r1
+inherit autotools bash-completion-r1 flag-o-matic
 
 MY_P=${PN}-${PV/_rc/rc}
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
@@ -57,6 +57,9 @@ src_prepare() {
 src_configure() {
 	MAKEOPTS+=" V=1"
 
+	# protobuf needs >=c++14
+	append-flags -std=gnu++14
+
 	local myeconfargs=(
 		# We install it ourselves in src_install
 		--disable-completion


             reply	other threads:[~2023-08-21 18:51 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 18:51 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-05 16:57 [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/ Sam James
2024-09-05 16:55 Sam James
2024-08-25 15:21 Fabian Groffen
2023-08-21 19:22 Sam James
2023-08-15  4:22 Sam James
2023-01-13 14:16 Arthur Zamarin
2023-01-03 18:32 Sam James
2023-01-03 18:32 Sam James
2023-01-03 18:28 Sam James
2023-01-03 18:28 Sam James
2023-01-03 18:22 Arthur Zamarin
2023-01-03 18:22 Arthur Zamarin
2023-01-03 18:22 Arthur Zamarin
2022-10-27  4:48 Sam James
2022-09-23  1:08 Sam James
2022-08-05  1:27 Sam James
2022-08-05  1:27 Sam James
2022-08-04  3:40 Sam James
2022-08-04  3:40 Sam James
2022-08-04  3:28 Sam James
2022-07-28 13:59 Sam James
2022-05-05 10:06 WANG Xuerui
2022-03-08 17:37 Jakov Smolić
2022-03-08 17:37 Jakov Smolić
2022-02-04  7:23 Agostino Sarubbo
2022-02-04  7:22 Agostino Sarubbo
2022-02-03  6:03 Sam James
2022-02-02 22:25 Sam James
2022-02-02  9:47 Sam James
2022-02-02  9:47 Sam James
2022-02-02  9:47 Sam James
2022-02-02  9:47 Sam James
2022-02-01  6:56 Sam James
2021-10-27 19:07 Amy Liffey
2021-10-27 19:07 Amy Liffey
2021-04-29 17:09 Mikle Kolyada
2020-10-24 11:08 Sergei Trofimovich
2020-10-24 11:03 Sergei Trofimovich
2020-10-21  1:10 Sam James
2020-10-21  0:32 Sam James
2020-07-18 23:29 Patrick McLean
2020-01-05 13:57 Amy Liffey
2020-01-05 13:57 Amy Liffey
2020-01-03 19:19 Patrice Clement
2019-12-11 22:06 Matt Turner
2019-12-04  2:34 Matt Turner
2019-11-17  4:02 Matt Turner
2019-08-31 19:58 Matt Turner
2019-08-31 19:58 Matt Turner
2019-08-31 19:58 Matt Turner
2019-08-31 19:58 Matt Turner
2019-01-05 19:39 Patrick McLean
2019-01-05 19:39 Patrick McLean
2019-01-02 11:39 Justin Lecher
2018-05-27  8:42 Mikle Kolyada
2018-04-17 22:09 Thomas Deutschmann
2018-04-16 22:54 Aaron Bauman
2018-04-15 11:34 David Seifert
2017-11-26 23:23 David Seifert
2017-07-29  8:48 Patrice Clement
2017-04-05  0:02 Michael Weber
2017-04-04 23:09 Patrice Clement
2017-02-05 13:56 Michael Weber
2017-02-05 12:58 Michael Weber
2017-01-30 13:09 Agostino Sarubbo
2017-01-29 22:35 Michael Weber
2017-01-29 22:35 Michael Weber
2016-11-12 14:21 Justin Lecher
2016-08-17 21:41 Manuel Rüger
2015-08-12 15:20 Mike Frysinger

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=1692643888.601e8e4384e245502f3141bf3770df030508fc69.sam@gentoo \
    --to=sam@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