commit:     5a172fc01ffb274c9433090211c146d929c07d45
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 18:55:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to