summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-02-14 18:23:43 +0000
committerPacho Ramos <pacho@gentoo.org>2011-02-14 18:23:43 +0000
commit161ea3fc421df55a2a1e9658190df31140b9472e (patch)
treea4a2c4461616247e33dcacd3f88dc40ba2a08885 /profiles/base
parentx86 stable wrt bug #354541 (diff)
downloadhistorical-161ea3fc421df55a2a1e9658190df31140b9472e.tar.gz
historical-161ea3fc421df55a2a1e9658190df31140b9472e.tar.bz2
historical-161ea3fc421df55a2a1e9658190df31140b9472e.zip
Enable 'ptp2' by default as it is available for most cameras.
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/make.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 823988fc7a67..a7dc4be86895 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.61 2011/02/13 16:53:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.62 2011/02/14 18:23:43 pacho Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -26,6 +26,10 @@ KERNEL="linux"
USERLAND="GNU"
INPUT_DEVICES="keyboard mouse"
+# Pacho Ramos <pacho@gentoo.org> (14 Feb 2010)
+# Enable 'ptp2' by default as it is available for most cameras.
+CAMERAS="ptp2"
+
# Ole Markus With <olemarkus@gentoo.org> (09 Oct 2010)
# Default PHP targets (should always be latest stable version)
PHP_TARGETS="php5-3"