diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-31 15:41:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-31 15:41:25 +0000 |
commit | d905896d935da8ad7edb62ccbaad2d96a2caaae0 (patch) | |
tree | 12c04e5e584728e39fd4dca23953aede239ab4d6 /profiles/default-linux | |
parent | Remove reference to isdnlog from here, it's not used by anything. (diff) | |
download | gentoo-2-d905896d935da8ad7edb62ccbaad2d96a2caaae0.tar.gz gentoo-2-d905896d935da8ad7edb62ccbaad2d96a2caaae0.tar.bz2 gentoo-2-d905896d935da8ad7edb62ccbaad2d96a2caaae0.zip |
Remove reference to isdnlog from here, it's not used by anything
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index a46ce0914c6e..917776b4847f 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.30 2009/09/21 09:39:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.31 2009/10/31 15:41:25 ssuominen Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -19,7 +19,7 @@ USE="${USE} dri" # 2006/03/29 - Stefan Schweizer <genstef@gentoo.org> # isdn USE flag defaults -USE="${USE} pppd isdnlog" +USE="${USE} pppd" # 2006/04/19 - Chris Gianelloni <wolf31o2@gentoo.org> # Make sure dev-lang/php works right. See bug #120088 for more info. |