public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/
Date: Sat,  1 Jan 2022 14:12:08 +0000 (UTC)	[thread overview]
Message-ID: <1641046257.3d14f524eb0d5369e57a0f13127bcd5341732a09.marecki@gentoo> (raw)

commit:     3d14f524eb0d5369e57a0f13127bcd5341732a09
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 14:01:04 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 14:10:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d14f524

media-sound/easyeffects: update "no C++20 support" error message

gcc versions older than 10 require -std value "c++2a" rather than
"c++20". Since tests and research conducted by the user who reported
this problem show that easyeffects-6 cannot be built using gcc-9 owing
to the fact the <ranges> library has only been available in gcc since
10.1 (fortunately we do not have to handle the 10.0 case here because
the oldest gcc-10 version currently in the tree is 10.3.0), along with
the age of gcc-9, we shan't even bother even bother patching meson.build
to support the old value.

Closes: https://bugs.gentoo.org/830256
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-sound/easyeffects/easyeffects-6.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/easyeffects/easyeffects-6.1.5.ebuild b/media-sound/easyeffects/easyeffects-6.1.5.ebuild
index e2384d6fb9ab..7a4a2e6d2b7d 100644
--- a/media-sound/easyeffects/easyeffects-6.1.5.ebuild
+++ b/media-sound/easyeffects/easyeffects-6.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -61,7 +61,7 @@ BDEPEND="dev-libs/appstream-glib
 pkg_pretend() {
 	if [[ ${MERGE_TYPE} != "binary" ]] ; then
 		if ! test-flag-CXX -std=c++20 ; then
-			die "You need at least GCC 8 or Clang 10 for C++20-specific compiler flags"
+			die "${PN} requires degree of C++20 support only available since GCC 10 or Clang 10"
 		fi
 	fi
 }


             reply	other threads:[~2022-01-01 14:12 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01 14:12 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10  7:57 [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/ Andreas Sturmlechner
2024-08-05 20:42 Sam James
2024-04-17 22:01 Sam James
2024-04-07 14:05 Marek Szuba
2023-12-29 10:58 Marek Szuba
2023-12-26  0:06 Marek Szuba
2023-10-25 22:42 Marek Szuba
2023-10-25 22:42 Marek Szuba
2023-08-14 10:16 Marek Szuba
2023-08-12 21:07 Marek Szuba
2023-07-29 22:29 Marek Szuba
2023-07-29 22:29 Marek Szuba
2023-06-13 21:46 Marek Szuba
2023-06-13 21:46 Marek Szuba
2023-06-13 21:46 Marek Szuba
2023-05-11 12:30 Marek Szuba
2023-05-11 12:03 Marek Szuba
2023-04-08 20:56 Marek Szuba
2023-02-28 10:42 Marek Szuba
2022-11-10 15:20 Marek Szuba
2022-11-10 11:05 Marek Szuba
2022-11-10 11:05 Marek Szuba
2022-10-04  3:13 Marek Szuba
2022-09-05 11:39 Marek Szuba
2022-09-01 23:22 Marek Szuba
2022-09-01 19:14 Sam James
2022-09-01 15:34 Marek Szuba
2022-07-27 23:37 Marek Szuba
2022-07-27  8:17 Marek Szuba
2022-06-30 12:00 Marek Szuba
2022-06-05 19:21 Marek Szuba
2022-05-31 22:11 Marek Szuba
2022-05-29  8:34 Marek Szuba
2022-04-23 22:45 Marek Szuba
2022-04-23 22:39 Marek Szuba
2022-04-20 15:25 Marek Szuba
2022-04-20  6:41 Jakov Smolić
2022-03-26 22:31 Marek Szuba
2022-03-15 23:37 Marek Szuba
2022-03-10 11:45 Jakov Smolić
2022-02-28 16:56 Marek Szuba
2022-02-13 22:44 Jakov Smolić
2022-02-06  7:40 Sam James
2022-02-05  6:34 Sam James
2022-02-01 14:33 Marek Szuba
2022-01-27 19:29 Marek Szuba
2022-01-22  6:03 Arthur Zamarin
2022-01-15 23:45 Mart Raudsepp
2022-01-12 22:15 Marek Szuba
2022-01-02 10:54 Jakov Smolić
2022-01-01 14:13 Marek Szuba
2021-12-07  0:35 Sam James
2021-11-18 17:13 Marek Szuba
2021-11-12  9:17 Jakov Smolić
2021-11-11 20:15 Marek Szuba
2021-10-05 16:08 Marek Szuba
2021-10-05 16:08 Marek Szuba
2021-10-05 16:08 Marek Szuba
2021-09-21  7:42 Marek Szuba
2021-09-19  9:46 Marek Szuba
2021-09-18 10:46 Marek Szuba
2021-09-07 18:56 Sam James
2021-08-19 22:11 Marek Szuba
2021-08-19 22:11 Marek Szuba
2021-08-09 13:02 Marek Szuba
2021-08-09 10:38 Marek Szuba
2021-08-09  1:18 Sam James
2021-08-01  4:14 Sam James
2021-07-12 16:43 Marek Szuba

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=1641046257.3d14f524eb0d5369e57a0f13127bcd5341732a09.marecki@gentoo \
    --to=marecki@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