diff options
author | 2022-07-22 18:19:33 +0000 | |
---|---|---|
committer | 2022-07-22 20:36:46 +0000 | |
commit | 3ea5e8b8bd7c2d7f4edcfbbea34f2a7eabdb20d6 (patch) | |
tree | 2c501566a82ebce8f2c3d89a1121f522c4fb855a /sys-devel/gcc/gcc-6.0.0_alpha20160103.ebuild | |
parent | metadata/md5-cache: drop (diff) | |
download | toolchain-3ea5e8b8bd7c2d7f4edcfbbea34f2a7eabdb20d6.tar.gz toolchain-3ea5e8b8bd7c2d7f4edcfbbea34f2a7eabdb20d6.tar.bz2 toolchain-3ea5e8b8bd7c2d7f4edcfbbea34f2a7eabdb20d6.zip |
sys-devel/gcc: fixup first round of QA issues
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-6.0.0_alpha20160103.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-6.0.0_alpha20160103.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-devel/gcc/gcc-6.0.0_alpha20160103.ebuild b/sys-devel/gcc/gcc-6.0.0_alpha20160103.ebuild deleted file mode 100644 index f9f2012..0000000 --- a/sys-devel/gcc/gcc-6.0.0_alpha20160103.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCC_FILESDIR="${PORTDIR}/sys-devel/gcc/files" - -inherit toolchain - -KEYWORDS="" - -RDEPEND="" -DEPEND="${RDEPEND} - >=${CATEGORY}/binutils-2.20" - -if [[ ${CATEGORY} != cross-* ]] ; then - PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.12 )" -fi |