commit:     d131f632dce9e2ad4f8456c5dd5289b8ae154769
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  2 12:48:05 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep  2 12:54:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d131f632

gnome-extra/gnome-commander: remove outdated gcc<8 check

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
index 6c407b4f188..5bb6f2ca66d 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
@@ -39,13 +39,6 @@ DEPEND="
        test? ( >=dev-cpp/gtest-1.7.0 )
 "
 
-pkg_pretend() {
-       if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
-               eerror "Compilation with gcc older than version 8 is not 
supported"
-               die "GCC too old, please use gcc-8 or above"
-       fi
-}
-
 src_configure() {
        gnome2_src_configure \
                --disable-static \

Reply via email to