commit:     d7b833bef56be34bb8fef9fc5eb1568edc46f5b6
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 05:04:00 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 05:05:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b833be

profiles/default/linux/ppc64le/17.0/ieee-long-double: remove bashrc

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 .../linux/ppc64le/17.0/ieee-long-double/profile.bashrc        | 11 -----------
 1 file changed, 11 deletions(-)

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

Reply via email to