Gentoo Archives: gentoo-commits

From: Wim Muskee <wimmuskee@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ltsp:master commit in: profiles/ltsp/, profiles/
Date: Thu, 23 Feb 2012 16:56:36
Message-Id: 1330016174.3f8d76377b901ebcbaae5712370ba4a927e94299.wim@gentoo
1 commit: 3f8d76377b901ebcbaae5712370ba4a927e94299
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 23 16:56:14 2012 +0000
4 Commit: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
5 CommitDate: Thu Feb 23 16:56:14 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=3f8d7637
7
8 profiles: add default features
9
10 ---
11 profiles/ChangeLog | 4 ++++
12 profiles/ltsp/make.defaults | 2 +-
13 2 files changed, 5 insertions(+), 1 deletions(-)
14
15 diff --git a/profiles/ChangeLog b/profiles/ChangeLog
16 index 81b3148..eaeadad 100644
17 --- a/profiles/ChangeLog
18 +++ b/profiles/ChangeLog
19 @@ -2,6 +2,10 @@
20 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 27 Feb 2012; Wim Muskee <wimmuskee@×××××.com>
24 + ltsp/:
25 + Add existing features to features in make.defaults
26 +
27 19 Feb 2012; Wim Muskee <wimmuskee@×××××.com>
28 ltsp/:
29 Fix typo, replaced install_mask by nodoc and noinfo features.
30
31 diff --git a/profiles/ltsp/make.defaults b/profiles/ltsp/make.defaults
32 index 6c3008e..91feb4b 100644
33 --- a/profiles/ltsp/make.defaults
34 +++ b/profiles/ltsp/make.defaults
35 @@ -2,5 +2,5 @@ EMERGE_DEFAULT_OPTS="--usepkg --buildpkg"
36 CONFIG_PROTECT_MASK="/etc /etc/conf.d /etc/init.d"
37 CLEAN_DELAY="0"
38 EMERGE_WARNING_DELAY="0"
39 -FEATURES="nodoc noinfo"
40 +FEATURES="${FEATURES} nodoc noinfo"
41 USE="${USE} alsa pulseaudio svg xml X -cups"