summaryrefslogtreecommitdiff
path: root/profiles/default/linux
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-24 06:56:43 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-24 06:56:43 +0000
commit98bd6c82c526d2c4239d3d194fa1a1a818784552 (patch)
treef1f84f7fb5e94574901101ee12b2ce0f727764d8 /profiles/default/linux
parenta2014cddc474ddf247d63fa74aac9a182a2bcefc (diff)
gentoo auto-resync : 24:01:2023 - 06:56:43
Diffstat (limited to 'profiles/default/linux')
-rw-r--r--profiles/default/linux/ppc64le/17.0/ieee-long-double/package.accept_keywords6
-rw-r--r--profiles/default/linux/ppc64le/17.0/ieee-long-double/package.mask3
-rw-r--r--profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc11
3 files changed, 5 insertions, 15 deletions
diff --git a/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.accept_keywords b/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.accept_keywords
index 490d12daa4b7..26021bb8fffb 100644
--- a/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.accept_keywords
+++ b/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.accept_keywords
@@ -1,6 +1,6 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04)
-# only gcc-12 provides ieee-long-double, which is not stable yet.
-=sys-devel/gcc-12* ~ppc64
+# only contains critical ieee-long-double patches.
+=sys-libs/glibc-2.36-r7 ~ppc64
diff --git a/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.mask b/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.mask
index 02742c7c8a53..f730c94e928d 100644
--- a/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.mask
+++ b/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.mask
@@ -1,7 +1,8 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04)
# We only need versions that support ieee-long-double.
<sys-devel/clang-15.0.5
<sys-devel/gcc-12
+<sys-libs/glibc-2.36-r7
diff --git a/profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc b/profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc
deleted file mode 100644
index d08b2104b5c0..000000000000
--- a/profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc
+++ /dev/null
@@ -1,11 +0,0 @@
-if [[ "${EBUILD_PHASE}" == "setup" ]] ; then
- if [[ ${CATEGORY}/${PN} != sys-devel/gcc ]]; then
- if [[ $(${CC:-cc} -E -dM - < /dev/null | grep -o '__LDBL_MANT_DIG__ .*') != "__LDBL_MANT_DIG__ 113" ]]; then
- eerror
- eerror "${CC:-cc} should provide ieee-long-double on this profile by default"
- eerror "reinstall sys-devel/gcc with USE=ieee-long-double and try again."
- eerror
- die "install >=sys-devel/gcc-12[ieee-long-double] OR >=sys-devel/clang-15.0.5[ieee-long-double]"
- fi
- fi
-fi