diff options
author | Christian Heim <phreak@gentoo.org> | 2007-06-29 12:33:38 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-06-29 12:33:38 +0000 |
commit | 19ec0b3a1c2337145007a1178cfbd0307f18b7dd (patch) | |
tree | c4d2b2d6d38c401f6c9f833e23d6efcfa77282c0 /profiles/hardened | |
parent | Stable on amd64 wrt bug #183438 (diff) | |
download | gentoo-2-19ec0b3a1c2337145007a1178cfbd0307f18b7dd.tar.gz gentoo-2-19ec0b3a1c2337145007a1178cfbd0307f18b7dd.tar.bz2 gentoo-2-19ec0b3a1c2337145007a1178cfbd0307f18b7dd.zip |
Removing the blank ALSA_PCM_PLUGINS, ALSA_CARDS and LCD_DEVICES from make.defaults, please do that in make.conf if you need this.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/make.defaults | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/profiles/hardened/make.defaults b/profiles/hardened/make.defaults index 44d94ad69833..587995eb5a70 100644 --- a/profiles/hardened/make.defaults +++ b/profiles/hardened/make.defaults @@ -1,10 +1,7 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.15 2007/04/29 02:10:25 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.16 2007/06/29 12:33:38 phreak Exp $ STAGE1_USE="hardened pic" USE="xorg urandom" INPUT_DEVICES="mouse keyboard" -ALSA_CARDS="" -ALSA_PCM_PLUGINS="" -LCD_DEVICES="" |