summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2009-06-06 03:55:13 +0000
committerNed Ludd <solar@gentoo.org>2009-06-06 03:55:13 +0000
commit3cb29e878b8defe78ee4c9998faa10fc8cea34f5 (patch)
tree34c7a9b7f1159690b42fa434245055ee6779c1e4 /profiles/prefix/make.defaults
parentVersion bump (diff)
downloadgentoo-2-3cb29e878b8defe78ee4c9998faa10fc8cea34f5.tar.gz
gentoo-2-3cb29e878b8defe78ee4c9998faa10fc8cea34f5.tar.bz2
gentoo-2-3cb29e878b8defe78ee4c9998faa10fc8cea34f5.zip
Initial commit of prefix profiles on behalf of the prefix community
Diffstat (limited to 'profiles/prefix/make.defaults')
-rw-r--r--profiles/prefix/make.defaults13
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
new file mode 100644
index 000000000000..21a8bd6793e2
--- /dev/null
+++ b/profiles/prefix/make.defaults
@@ -0,0 +1,13 @@
+# 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"
+
+# this probably already is like this, but we assure that in prefix we
+# have a GNU userland
+USERLAND="GNU"
+