summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-10-05 17:14:18 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-10-05 17:32:42 +0200
commit9f8e430e1af100db935e1a501760e354de0f590d (patch)
tree25e088c12e3f0c9d9571e114affeea7b53307565
parentprofiles: Rearrange cpu USE flags (diff)
downloadportage-9f8e430e1af100db935e1a501760e354de0f590d.tar.xz
profiles/common: Rearrange USE flags
-rw-r--r--profiles/common/make.defaults26
1 files changed, 13 insertions, 13 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index 5139c6d6..1150d3ef 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -7,21 +7,24 @@ FEATURES="unknown-features-warn
collision-protect
clean-logs"
-# CPU features
-USE="mmx sse sse2"
-
-# Sexyfism
-USE="${USE} bash-completion vim-syntax"
+# Charset
+USE="${USE} -unicode"
# Compression
USE="${USE} lzo lzma"
-# Charset
-USE="${USE} -unicode"
+# CPU features
+USE="${USE} mmx sse sse2"
+
+# Database
+USE="${USE} -berkdb -gdbm"
# File system
USE="${USE} xattr"
+# Graphical protocol
+USE="${USE} -gpm -X"
+
# Interpreted languages
USE="${USE} -perl -python -ruby"
@@ -34,18 +37,15 @@ USE="${USE} syslog"
# Network
USE="${USE} idn ipv6 netlink -tcpd"
-# Database
-USE="${USE} -berkdb -gdbm"
-
-# Graphical protocol
-USE="${USE} -gpm -X"
-
# Print system
USE="${USE} -cups"
# Security
USE="${USE} caps -acl"
+# Sexyfism
+USE="${USE} bash-completion vim-syntax"
+
# Sound system
USE="${USE} -alsa"