summaryrefslogtreecommitdiff
path: root/sys-devel/gcc/gcc-7.3.0-r6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/gcc/gcc-7.3.0-r6.ebuild')
-rw-r--r--sys-devel/gcc/gcc-7.3.0-r6.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys-devel/gcc/gcc-7.3.0-r6.ebuild b/sys-devel/gcc/gcc-7.3.0-r6.ebuild
index b1d74320f938..89324cc3e678 100644
--- a/sys-devel/gcc/gcc-7.3.0-r6.ebuild
+++ b/sys-devel/gcc/gcc-7.3.0-r6.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="7"
PATCH_VER="1.8"
-#UCLIBC_VER="1.0"
inherit toolchain
@@ -18,7 +17,3 @@ DEPEND="${RDEPEND}
if [[ ${CATEGORY} != cross-* ]] ; then
PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.13 )"
fi
-
-src_prepare() {
- toolchain_src_prepare
-}