summaryrefslogtreecommitdiff
path: root/profiles/desktop
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2014-08-28 20:42:41 +0200
committerBertrand Jacquin <beber@meleeweb.net>2014-08-28 20:45:00 +0200
commita6c05b16fbeaa04b35c219dd2b275abbf58601b0 (patch)
tree778955269705062115543ca94100a67c4d261a6e /profiles/desktop
parentprofiles/enlightenment/build: Drop LINGUAS definition (diff)
downloadportage-a6c05b16fbeaa04b35c219dd2b275abbf58601b0.tar.xz
profiles: Fix variables declaration
Diffstat (limited to 'profiles/desktop')
-rw-r--r--profiles/desktop/make.defaults4
1 files changed, 2 insertions, 2 deletions
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"