summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-29 22:14:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-29 22:14:40 +0000
commit65b9d2cef55310d915c7736e9b683cb9b182ed06 (patch)
tree97b2698e1647d4af8c8a842ba7cb1e3f307f5591 /profiles/base/make.defaults
parentFixed automake constraint, closes bug#164471, thanks to Radu Benea (diff)
downloadgentoo-2-65b9d2cef55310d915c7736e9b683cb9b182ed06.tar.gz
gentoo-2-65b9d2cef55310d915c7736e9b683cb9b182ed06.tar.bz2
gentoo-2-65b9d2cef55310d915c7736e9b683cb9b182ed06.zip
Enable midi useflag by default as discussed in gentoo-dev.
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults7
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 49608af7065c..af5d827ba6f7 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.32 2007/01/27 16:09:33 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.33 2007/01/29 22:14:40 flameeyes Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -32,3 +32,8 @@ ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hoo
# Robert Buchholz <rbu@gentoo.org> (17 Jan 2006)
# Some common lcd devices
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
+
+# Diego Pettenò <flameeyes@gentoo.org> (29 Jan 2007)
+# As parts of the tree might suffer if you got midi disabled, for now
+# enable midi useflag by default. Many users might disable this.
+USE="${USE} midi"