summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-11-23 21:25:37 +0100
committerFabian Groffen <grobian@gentoo.org>2020-11-23 21:25:37 +0100
commitdd2fc30a9307ba85a8274295c5d05936a034a385 (patch)
tree15708372021644b96d6137ee4830bea9e718ccae
parentscripts/bootstrap-prefix: normalise DARWIN_USE_GCC codepath somewhat (diff)
downloadprefix-dd2fc30a9307ba85a8274295c5d05936a034a385.tar.gz
prefix-dd2fc30a9307ba85a8274295c5d05936a034a385.tar.bz2
prefix-dd2fc30a9307ba85a8274295c5d05936a034a385.zip
sys-devel/gcc-10.1.0-r1: allow native-cctools on Darwin
Package-Manager: Portage-3.0.10-prefix, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--sys-devel/gcc/gcc-10.1.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-10.1.0-r1.ebuild b/sys-devel/gcc/gcc-10.1.0-r1.ebuild
index 9e0664ca00..6709c606d0 100644
--- a/sys-devel/gcc/gcc-10.1.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-10.1.0-r1.ebuild
@@ -12,7 +12,7 @@ KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solar
RDEPEND=""
BDEPEND="
kernel_linux? ( ${CATEGORY}/binutils )
- kernel_Darwin? ( ${CATEGORY}/binutils-apple || ${CATEGORY}/native-cctools )
+ kernel_Darwin? || ( ${CATEGORY}/binutils-apple ${CATEGORY}/native-cctools )
kernel_AIX? ( ${CATEGORY}/native-cctools )"
src_prepare() {