diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-30 23:50:39 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-30 23:50:39 +0000 |
commit | 77819fe3944f22678c3bcdf1d773a095441f5140 (patch) | |
tree | ddc9dcd1edebe1e94204dfb4bf09ade2c9552f0f /sys-devel/gcc/gcc-9.3.0-r314.ebuild | |
parent | 826d1b3f488d3549cbd42ccc73ad90ea1ce88f0b (diff) |
toolchain bump
Diffstat (limited to 'sys-devel/gcc/gcc-9.3.0-r314.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-9.3.0-r314.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-devel/gcc/gcc-9.3.0-r314.ebuild b/sys-devel/gcc/gcc-9.3.0-r314.ebuild deleted file mode 100644 index 257d96bf..00000000 --- a/sys-devel/gcc/gcc-9.3.0-r314.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PATCH_VER="2" - -inherit toolchain - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -RDEPEND="" -DEPEND="${RDEPEND} - elibc_glibc? ( >=sys-libs/glibc-2.13 ) - >=${CATEGORY}/binutils-2.20" - -if [[ ${CATEGORY} != cross-* ]] ; then - PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.13 )" -fi |