summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Muskee <wimmuskee@gmail.com>2012-02-23 17:56:14 +0100
committerWim Muskee <wimmuskee@gmail.com>2012-02-23 17:56:14 +0100
commit3f8d76377b901ebcbaae5712370ba4a927e94299 (patch)
tree36ea3f5acbe39647cc42cdd690dd4edf9d95fe5c /profiles
parentltsp-client: Adding new ltsp init scripts to 9999. (diff)
downloadltsp-3f8d76377b901ebcbaae5712370ba4a927e94299.tar.gz
ltsp-3f8d76377b901ebcbaae5712370ba4a927e94299.tar.bz2
ltsp-3f8d76377b901ebcbaae5712370ba4a927e94299.zip
profiles: add default features
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog4
-rw-r--r--profiles/ltsp/make.defaults2
2 files changed, 5 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 81b3148..eaeadad 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Feb 2012; Wim Muskee <wimmuskee@gmail.com>
+ ltsp/:
+ Add existing features to features in make.defaults
+
19 Feb 2012; Wim Muskee <wimmuskee@gmail.com>
ltsp/:
Fix typo, replaced install_mask by nodoc and noinfo features.
diff --git a/profiles/ltsp/make.defaults b/profiles/ltsp/make.defaults
index 6c3008e..91feb4b 100644
--- a/profiles/ltsp/make.defaults
+++ b/profiles/ltsp/make.defaults
@@ -2,5 +2,5 @@ EMERGE_DEFAULT_OPTS="--usepkg --buildpkg"
CONFIG_PROTECT_MASK="/etc /etc/conf.d /etc/init.d"
CLEAN_DELAY="0"
EMERGE_WARNING_DELAY="0"
-FEATURES="nodoc noinfo"
+FEATURES="${FEATURES} nodoc noinfo"
USE="${USE} alsa pulseaudio svg xml X -cups"