summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/common/make.defaults4
-rw-r--r--profiles/desktop/make.defaults4
-rw-r--r--profiles/enlightenment/build/make.defaults2
-rw-r--r--profiles/enlightenment/cross/make.defaults2
-rw-r--r--profiles/enlightenment/cross/mingw/make.defaults2
-rw-r--r--profiles/server/make.defaults2
-rw-r--r--profiles/server/scabb/amd64/make.defaults4
7 files changed, 10 insertions, 10 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index b307fa19..45c08424 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -10,7 +10,7 @@ FEATURES="unknown-features-warn
CHECKREQS_ACTION="error"
# Charset
-USE="${USE} -unicode"
+USE="-unicode"
# Compression
USE="${USE} lzo lzma"
@@ -86,4 +86,4 @@ MULTIBUILD_JOBS=1
# Eclass distutils-r1
DISTUTILS_NO_PARALLEL_BUILD=YesPlease
-USE_EXPAND="${USE_EXPAND} TARGET"
+USE_EXPAND="TARGET"
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults
index ec8d83c9..48a16f6a 100644
--- a/profiles/desktop/make.defaults
+++ b/profiles/desktop/make.defaults
@@ -1,7 +1,7 @@
FEATURES="noinfo"
# net-misc/teamviewer
-ACCEPT_LICENSE="${ACCEPT_LICENSE} TeamViewer"
+ACCEPT_LICENSE="TeamViewer"
# sys-apps/IPMIView
ACCEPT_LICENSE="${ACCEPT_LICENSE} Oracle-BCLA-JavaSE"
@@ -13,7 +13,7 @@ ACCEPT_LICENSE="${ACCEPT_LICENSE} AdobeFlash-11.x"
ACCEPT_LICENSE="${ACCEPT_LICENSE} google-chrome"
# Generic
-USE="${USE} -server hardened smp threads"
+USE="-server hardened smp threads"
# Ciphering
USE="${USE} gpg openssl urandom smime"
diff --git a/profiles/enlightenment/build/make.defaults b/profiles/enlightenment/build/make.defaults
index 5c3c0672..8bc0d3fb 100644
--- a/profiles/enlightenment/build/make.defaults
+++ b/profiles/enlightenment/build/make.defaults
@@ -11,7 +11,7 @@ FEATURES="unknown-features-warn
-getbinpkg"
# Arithmetic
-USE="${USE} gmp mpfr"
+USE="gmp mpfr"
# Just in Time compiler
USE="${USE} orc"
diff --git a/profiles/enlightenment/cross/make.defaults b/profiles/enlightenment/cross/make.defaults
index 601c45a3..1a23415e 100644
--- a/profiles/enlightenment/cross/make.defaults
+++ b/profiles/enlightenment/cross/make.defaults
@@ -75,7 +75,7 @@ USE_EXPAND="
USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_S390 ABI_X86"
-USE="${USE} -vim-syntax"
+USE="-vim-syntax"
USE="${USE} unicode"
diff --git a/profiles/enlightenment/cross/mingw/make.defaults b/profiles/enlightenment/cross/mingw/make.defaults
index 3583515e..20805ddf 100644
--- a/profiles/enlightenment/cross/mingw/make.defaults
+++ b/profiles/enlightenment/cross/mingw/make.defaults
@@ -1,7 +1,7 @@
ELIBC="Winnt"
KERNEL="Winnt"
-USE="${USE} static-libs"
+USE="static-libs"
USE="${USE} -xattr"
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults
index afa46e32..5feef4ce 100644
--- a/profiles/server/make.defaults
+++ b/profiles/server/make.defaults
@@ -4,7 +4,7 @@ INPUT_DEVICES="void"
VIDEO_CARDS="dummy"
# Interpreted languages
-USE="${USE} -introspection -lua"
+USE="-introspection -lua"
# Network
USE="${USE} snmp -zeroconf"
diff --git a/profiles/server/scabb/amd64/make.defaults b/profiles/server/scabb/amd64/make.defaults
index d43e09b9..e7007700 100644
--- a/profiles/server/scabb/amd64/make.defaults
+++ b/profiles/server/scabb/amd64/make.defaults
@@ -1,12 +1,12 @@
ACCEPT_KEYWORDS="~amd64"
-FEATURES="${FEATURES} buildsyspkg"
+FEATURES="buildsyspkg"
VIDEO_CARDS="dummy"
ALSA_CARDS="intel8x0 usb-audio"
# CPU
-USE="${USE} ssse3"
+USE="ssse3"
# Sound
USE="${USE} alsa"