diff options
Diffstat (limited to 'games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild')
-rw-r--r-- | games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild b/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild index 59c43c743cc3..d620d15ffa1c 100644 --- a/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild +++ b/games-emulation/virtualjaguar/virtualjaguar-2.1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,13 +26,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN} -pkg_pretend() { - local ver=4.4 - - if tc-is-gcc && ! version_is_at_least ${ver} $(gcc-version); then - die "${PN} needs at least gcc ${ver} selected to compile." - fi -} +PATCHES=( "${FILESDIR}"/${P}-gcc6.patch ) src_prepare() { default |