dev-python/ruamel-std-pathlib: remove retired maintainer
[gentoo.git] / sys-devel / gcc / gcc-8.4.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="7"
5
6 PATCH_VER="1"
7
8 inherit toolchain
9
10 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
11
12 RDEPEND=""
13 DEPEND="${RDEPEND}
14         elibc_glibc? ( >=sys-libs/glibc-2.13 )
15         >=${CATEGORY}/binutils-2.20"
16
17 if [[ ${CATEGORY} != cross-* ]] ; then
18         PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.13 )"
19 fi