summaryrefslogtreecommitdiff
path: root/profiles/features/prefix/standalone/beyond-kernel-2.6.16
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-13 06:19:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-13 06:19:51 +0000
commit8be70107efbb417f839292165ee39d07a062046f (patch)
tree013918887ec4a00f0cefdb4b4d1313cbc3054305 /profiles/features/prefix/standalone/beyond-kernel-2.6.16
parent343a7272d559a21a0e0ed13cb743fabb2bfcc479 (diff)
gentoo resync : 13.01.2018
Diffstat (limited to 'profiles/features/prefix/standalone/beyond-kernel-2.6.16')
-rw-r--r--profiles/features/prefix/standalone/beyond-kernel-2.6.16/make.defaults17
-rw-r--r--profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask8
-rw-r--r--profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.unmask3
-rw-r--r--profiles/features/prefix/standalone/beyond-kernel-2.6.16/parent1
-rw-r--r--profiles/features/prefix/standalone/beyond-kernel-2.6.16/profile.bashrc6
5 files changed, 0 insertions, 35 deletions
diff --git a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/make.defaults b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/make.defaults
deleted file mode 100644
index 22044de87632..000000000000
--- a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/make.defaults
+++ /dev/null
@@ -1,17 +0,0 @@
-# This profile is supporting >=linux-2.6.16[a] and <linux-2.6.32[b].
-
-# a. https://sourceware.org/ml/libc-announce/2012/msg00001.html
-# lowest version supported by glibc-2.17 to glibc-2.19.
-
-# b. https://sourceware.org/ml/libc-alpha/2014-09/msg00088.html
-# lowest version supported by glibc-2.20 onwards.
-
-
-# utimensat is missing or not reliable until linux-2.6.32.
-# needed by python-3.
-ac_cv_func_utimensat=no
-# pipe2 requires >=linux-2.6.27. Needed by python-3.
-ac_cv_func_pipe2=no
-
-# >=python-3 is masked.
-PYTHON_TARGETS="-python3_5"
diff --git a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask
deleted file mode 100644
index 0aa01a72efb0..000000000000
--- a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# >=glibc-2.20 requires >=linux-2.6.32.
-# https://lwn.net/Articles/611162
->=sys-libs/glibc-2.20
-
-# >=python-3.4 assumes F_DUPFD_CLOEXEC of fcntl,
-# which requires >=linux-2.6.24.
-# python-3.3 seems to be unconditionally using utimensat.
->=dev-lang/python-3
diff --git a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.unmask b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.unmask
deleted file mode 100644
index 9b37b1386380..000000000000
--- a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.unmask
+++ /dev/null
@@ -1,3 +0,0 @@
-# >=glibc-2.20 requires >=linux-2.6.32.
-# https://lwn.net/Articles/611162
-<sys-libs/glibc-2.20
diff --git a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/parent b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/profile.bashrc b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/profile.bashrc
deleted file mode 100644
index e537cc0fa319..000000000000
--- a/profiles/features/prefix/standalone/beyond-kernel-2.6.16/profile.bashrc
+++ /dev/null
@@ -1,6 +0,0 @@
-# tricks to circumvent false positive checks of old kernel
-
-if [[ ${CATEGORY}/${PN} == dev-util/cmake && ${EBUILD_PHASE} == configure ]]; then
- einfo "Removing utimensat outputs..."
- sed -i '/UTIMENSAT=/d' ${S}/Source/kwsys/CMakeLists.txt
-fi