summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-01 03:19:44 -0400
committerMike Frysinger <vapier@gentoo.org>2015-06-01 03:19:44 -0400
commitbc059ddc26d33a135b3536265f6c0de31fbd7334 (patch)
tree38dd695c7b8c2ff41afd1f3ff5e94513306673c7 /sys-devel/gcc/gcc-4.9.0_alpha20150218.ebuild
parentgcc: bump all ebuilds to at least EAPI=2 (diff)
downloadtoolchain-bc059ddc26d33a135b3536265f6c0de31fbd7334.tar.gz
toolchain-bc059ddc26d33a135b3536265f6c0de31fbd7334.tar.bz2
toolchain-bc059ddc26d33a135b3536265f6c0de31fbd7334.zip
gcc: move USE=debug handling to the eclass
Diffstat (limited to 'sys-devel/gcc/gcc-4.9.0_alpha20150218.ebuild')
-rw-r--r--sys-devel/gcc/gcc-4.9.0_alpha20150218.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-devel/gcc/gcc-4.9.0_alpha20150218.ebuild b/sys-devel/gcc/gcc-4.9.0_alpha20150218.ebuild
index 428cd6b..fc7b13b 100644
--- a/sys-devel/gcc/gcc-4.9.0_alpha20150218.ebuild
+++ b/sys-devel/gcc/gcc-4.9.0_alpha20150218.ebuild
@@ -8,7 +8,6 @@ GCC_FILESDIR="${PORTDIR}/sys-devel/gcc/files"
inherit eutils toolchain
KEYWORDS=""
-IUSE="debug"
RDEPEND=""
DEPEND="${RDEPEND}
@@ -17,9 +16,3 @@ DEPEND="${RDEPEND}
if [[ ${CATEGORY} != cross-* ]] ; then
PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.12 )"
fi
-
-src_prepare() {
- toolchain_src_prepare
-
- use debug && GCC_CHECKS_LIST="yes"
-}