diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-18 21:53:21 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-18 21:53:21 -0500 |
| commit | 9720a11af1e64187117d3c485b8df96672a294fe (patch) | |
| tree | b59d49bd17ee8adbe820732ab0ddd8a05b9068f5 /sys-devel | |
| parent | ba2db746adde666ba2fbd08e45472b5de2d61510 (diff) | |
| download | baldeagleos-repo-9720a11af1e64187117d3c485b8df96672a294fe.tar.gz baldeagleos-repo-9720a11af1e64187117d3c485b8df96672a294fe.tar.xz baldeagleos-repo-9720a11af1e64187117d3c485b8df96672a294fe.zip | |
Checkpoint dirty output before beosrepo update
Diffstat (limited to 'sys-devel')
| -rw-r--r-- | sys-devel/gcc/gcc-8.5.0-r2.ebuild | 25 |
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 |
