summaryrefslogtreecommitdiff
path: root/sys-devel
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-19 03:01:08 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-19 03:01:08 -0500
commitfc641028004011c6d8f1a4db9cd571823b825eab (patch)
treebc02a7e2a487eb8c1f405156d0c44b2f377663f5 /sys-devel
parent89051df130b5120fda29380e3b3b2e4effc349f8 (diff)
downloadbaldeagleos-repo-fc641028004011c6d8f1a4db9cd571823b825eab.tar.gz
baldeagleos-repo-fc641028004011c6d8f1a4db9cd571823b825eab.tar.xz
baldeagleos-repo-fc641028004011c6d8f1a4db9cd571823b825eab.zip
Checkpoint dirty output before beosrepo update
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/gcc-8.5.0-r2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-8.5.0-r2.ebuild b/sys-devel/gcc/gcc-8.5.0-r2.ebuild
new file mode 100644
index 000000000000..50c75bcc3a77
--- /dev/null
+++ b/sys-devel/gcc/gcc-8.5.0-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+# Maintenance notes and explanations of GCC handling are on the wiki:
+# https://wiki.gentoo.org/wiki/Project:Toolchain/sys-devel/gcc
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_HAS_TESTS=1
+PATCH_VER="5"
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit toolchain
+
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~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