Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/
Date: Thu, 02 Sep 2021 12:54:46
Message-Id: 1630587272.d131f632dce9e2ad4f8456c5dd5289b8ae154769.juippis@gentoo
1 commit: d131f632dce9e2ad4f8456c5dd5289b8ae154769
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 12:48:05 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 12:54:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d131f632
7
8 gnome-extra/gnome-commander: remove outdated gcc<8 check
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild | 7 -------
13 1 file changed, 7 deletions(-)
14
15 diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
16 index 6c407b4f188..5bb6f2ca66d 100644
17 --- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
18 +++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
19 @@ -39,13 +39,6 @@ DEPEND="
20 test? ( >=dev-cpp/gtest-1.7.0 )
21 "
22
23 -pkg_pretend() {
24 - if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
25 - eerror "Compilation with gcc older than version 8 is not supported"
26 - die "GCC too old, please use gcc-8 or above"
27 - fi
28 -}
29 -
30 src_configure() {
31 gnome2_src_configure \
32 --disable-static \