diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-01 03:19:44 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-01 03:19:44 -0400 |
commit | bc059ddc26d33a135b3536265f6c0de31fbd7334 (patch) | |
tree | 38dd695c7b8c2ff41afd1f3ff5e94513306673c7 /sys-devel/gcc/gcc-6.0.0_alpha20150531.ebuild | |
parent | gcc: bump all ebuilds to at least EAPI=2 (diff) | |
download | toolchain-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-6.0.0_alpha20150531.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-6.0.0_alpha20150531.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-devel/gcc/gcc-6.0.0_alpha20150531.ebuild b/sys-devel/gcc/gcc-6.0.0_alpha20150531.ebuild index 428cd6b..fc7b13b 100644 --- a/sys-devel/gcc/gcc-6.0.0_alpha20150531.ebuild +++ b/sys-devel/gcc/gcc-6.0.0_alpha20150531.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" -} |