From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S0by8-0000qJ-54 for garchives@archives.gentoo.org; Thu, 23 Feb 2012 16:56:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2590EE0D13; Thu, 23 Feb 2012 16:56:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EA394E0D13 for ; Thu, 23 Feb 2012 16:56:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08F1B1B4009 for ; Thu, 23 Feb 2012 16:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BF432E53FF for ; Thu, 23 Feb 2012 16:56:24 +0000 (UTC) From: "Wim Muskee" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wim Muskee" Message-ID: <1330016174.3f8d76377b901ebcbaae5712370ba4a927e94299.wim@gentoo> Subject: [gentoo-commits] proj/ltsp:master commit in: profiles/ltsp/, profiles/ X-VCS-Repository: proj/ltsp X-VCS-Files: profiles/ChangeLog profiles/ltsp/make.defaults X-VCS-Directories: profiles/ltsp/ profiles/ X-VCS-Committer: wim X-VCS-Committer-Name: Wim Muskee X-VCS-Revision: 3f8d76377b901ebcbaae5712370ba4a927e94299 X-VCS-Branch: master Date: Thu, 23 Feb 2012 16:56:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4c00f2c7-cf38-42b6-b0bf-2332ad80b34d X-Archives-Hash: de1f50d314b3cc8e53c0085ed06a2fd1 commit: 3f8d76377b901ebcbaae5712370ba4a927e94299 Author: Wim Muskee gmail com> AuthorDate: Thu Feb 23 16:56:14 2012 +0000 Commit: Wim Muskee gmail com> CommitDate: Thu Feb 23 16:56:14 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ltsp.git;a=3D= commit;h=3D3f8d7637 profiles: add default features --- profiles/ChangeLog | 4 ++++ profiles/ltsp/make.defaults | 2 +- 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: $ =20 + 27 Feb 2012; Wim Muskee + ltsp/: + Add existing features to features in make.defaults + 19 Feb 2012; Wim Muskee 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=3D"--usepkg --buildpkg" CONFIG_PROTECT_MASK=3D"/etc /etc/conf.d /etc/init.d" CLEAN_DELAY=3D"0" EMERGE_WARNING_DELAY=3D"0" -FEATURES=3D"nodoc noinfo" +FEATURES=3D"${FEATURES} nodoc noinfo" USE=3D"${USE} alsa pulseaudio svg xml X -cups"