diff options
-rw-r--r-- | media-sound/easyeffects/easyeffects-6.1.5.ebuild | 4 |
1 files 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 } |