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: games-simulation/EmptyEpsilon/
Date: Mon, 10 Mar 2025 05:44:11 +0000 (UTC)	[thread overview]
Message-ID: <1741585421.3346ee91c8195114796e42e18c7e20a25bbb1717.sam@gentoo> (raw)

commit:     3346ee91c8195114796e42e18c7e20a25bbb1717
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 05:42:51 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 05:43:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3346ee91

games-simulation/EmptyEpsilon: drop bogus GCC check

The ebuild doesn't depend on media-libs/libsfml but also, that error
generally appears when something C++ was built against newer GCC and
then you're trying to link against it using older GCC (=> older libstdc++).

Besides, <11 is masked and has been for a while.

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

 .../EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild          | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/games-simulation/EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild b/games-simulation/EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild
index 2e760b51db7f..1f1c5dd24e42 100644
--- a/games-simulation/EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild
+++ b/games-simulation/EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit cmake toolchain-funcs
+inherit cmake
 
 # basis_universal version
 MY_BU_VER="1_15_update2"
@@ -46,18 +46,6 @@ PATCHES=(
 	"${FILESDIR}/${PN}-cmake-meshoptimizer.patch"
 )
 
-pkg_pretend() {
-	[[ ${MERGE_TYPE} == "binary" ]] && return
-
-	if tc-is-gcc; then
-		if [[ $(gcc-major-version) -lt 11 ]]; then
-			# ld: /usr/lib64/libsfml-audio.so: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.a4.29'
-			eerror "${PN} requires GCC >= 11. Run gcc-config to switch your default compiler."
-			die "Need at least GCC >= 11"
-		fi
-	fi
-}
-
 src_prepare() {
 	cmake_src_prepare
 


             reply	other threads:[~2025-03-10  5:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10  5:44 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-20 14:08 [gentoo-commits] repo/gentoo:master commit in: games-simulation/EmptyEpsilon/ Florian Schmaus
2023-04-20 14:08 Florian Schmaus
2023-04-20 12:28 Florian Schmaus
2023-04-20  8:02 Florian Schmaus
2023-04-20  8:02 Florian Schmaus
2023-03-21 11:15 Florian Schmaus
2023-02-16  9:01 Florian Schmaus
2023-02-16  9:01 Florian Schmaus
2023-02-16  9:01 Florian Schmaus
2022-07-01  8:19 Florian Schmaus
2022-01-08  0:33 Sam James

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=1741585421.3346ee91c8195114796e42e18c7e20a25bbb1717.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