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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70BFD15800A for ; Mon, 21 Aug 2023 19:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B88C92BC019; Mon, 21 Aug 2023 19:22:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 963912BC019 for ; Mon, 21 Aug 2023 19:22:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1030335CB9 for ; Mon, 21 Aug 2023 19:22:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34107E71 for ; Mon, 21 Aug 2023 19:22:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1692645753.5a172fc01ffb274c9433090211c146d929c07d45.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mosh/mosh-1.3.2-r3.ebuild net-misc/mosh/mosh-1.4.0.ebuild X-VCS-Directories: net-misc/mosh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a172fc01ffb274c9433090211c146d929c07d45 X-VCS-Branch: master Date: Mon, 21 Aug 2023 19:22:42 +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: f48d982c-34ac-4cec-89ac-df7eb31d4a35 X-Archives-Hash: de286cd12b77f8ce5ab8a3e84f089be7 commit: 5a172fc01ffb274c9433090211c146d929c07d45 Author: Sam James gentoo org> AuthorDate: Mon Aug 21 18:55:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 21 19:22:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a172fc0 net-misc/mosh: use cxxflags instead Signed-off-by: Sam James gentoo.org> net-misc/mosh/mosh-1.3.2-r3.ebuild | 2 +- net-misc/mosh/mosh-1.4.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/mosh/mosh-1.3.2-r3.ebuild b/net-misc/mosh/mosh-1.3.2-r3.ebuild index 3e73eb1a4743..3cda6f2836f5 100644 --- a/net-misc/mosh/mosh-1.3.2-r3.ebuild +++ b/net-misc/mosh/mosh-1.3.2-r3.ebuild @@ -50,7 +50,7 @@ src_prepare() { src_configure() { # protobuf needs >=c++14 - append-flags -std=gnu++14 + append-cxxflags -std=gnu++14 econf \ --disable-completion \ diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild index 0508d2dd4db1..123086e09347 100644 --- a/net-misc/mosh/mosh-1.4.0.ebuild +++ b/net-misc/mosh/mosh-1.4.0.ebuild @@ -58,7 +58,7 @@ src_configure() { MAKEOPTS+=" V=1" # protobuf needs >=c++14 - append-flags -std=gnu++14 + append-cxxflags -std=gnu++14 local myeconfargs=( # We install it ourselves in src_install