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
commit1c7104ea39c6df56a4de262c9a2b2fd91ba56a52 (patch)
treec662ffb237ad31b9cc6f17e3e9ca828172b3d6a2 /profiles/base
parentFixed automake constraint, closes bug#164471, thanks to Radu Benea (diff)
downloadhistorical-1c7104ea39c6df56a4de262c9a2b2fd91ba56a52.tar.gz
historical-1c7104ea39c6df56a4de262c9a2b2fd91ba56a52.tar.bz2
historical-1c7104ea39c6df56a4de262c9a2b2fd91ba56a52.zip
Enable midi useflag by default as discussed in gentoo-dev.
Diffstat (limited to 'profiles/base')
-rw-r--r--profiles/base/ChangeLog5
-rw-r--r--profiles/base/make.defaults7
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog
index baf661985e0a..cf5364f4985c 100644
--- a/profiles/base/ChangeLog
+++ b/profiles/base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo base-profile
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.4 2007/01/27 16:09:33 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.5 2007/01/29 22:14:40 flameeyes Exp $
+
+ 29 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> make.defaults:
+ Add midi useflag by default to cope with newer alsa versions.
27 Jan 2007; Alon Bar-Lev <alonbl@gentoo.org> make.defaults:
Added CAMERAS USE_EXPAND bug#139884
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"