summaryrefslogtreecommitdiff
path: root/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask')
-rw-r--r--profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask8
1 files changed, 8 insertions, 0 deletions
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
new file mode 100644
index 000000000000..0aa01a72efb0
--- /dev/null
+++ b/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask
@@ -0,0 +1,8 @@
+# >=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