summaryrefslogtreecommitdiff
path: root/profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-08 21:45:04 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-08 21:45:04 +0000
commit65737cf14a7220bd9a487aa2af4ae0e79bd23e86 (patch)
tree625754b14ae80ac167d1b150c2314b647cd008e6 /profiles/features/prefix/standalone/beyond-kernel-2.6.16/package.mask
parent5001a6c7b6da2956f5b17c695b1e0059dc7b8de5 (diff)
gentoo resync : 08.01.2018
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