summaryrefslogtreecommitdiff
path: root/profiles/prefix/make.defaults
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /profiles/prefix/make.defaults
reinit the tree, so we can have metadata
Diffstat (limited to 'profiles/prefix/make.defaults')
-rw-r--r--profiles/prefix/make.defaults20
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
new file mode 100644
index 000000000000..9cd0b2c7bb8f
--- /dev/null
+++ b/profiles/prefix/make.defaults
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Some USE-flags that only die-hards don't want:
+# readline: to have some sane command line editing, e.g. in python
+# zlib: for many things you just want gzip support
+# ncurses: a nice working console drawing library
+# ssl: encrypted connections are a nice feature
+USE="readline zlib ncurses ssl"
+
+FEATURES="collision-protect"
+
+# Python 3.5 is unmasked for us, build stuff by default, in particular
+# for bug #572502 where the default python is set to 3.5 for it was
+# built first. Drop Python 3.4 to avoid unnecessary builds.
+PYTHON_TARGETS="python2_7 python3_5"
+PYTHON_SINGLE_TARGET="python3_5"
+
+# Move away from ruby21, fast forward to ruby24, we don't have ruby23
+RUBY_TARGETS="ruby22 ruby24"