diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-31 15:42:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-31 15:42:04 +0000 |
commit | de5f9bcb926945bda3a26664095f22cb458b7bab (patch) | |
tree | b02f2799dc021621fa596e6f25436f096d769f88 /profiles/default | |
parent | Remove reference to isdnlog from here, it's not used by anything (diff) | |
download | historical-de5f9bcb926945bda3a26664095f22cb458b7bab.tar.gz historical-de5f9bcb926945bda3a26664095f22cb458b7bab.tar.bz2 historical-de5f9bcb926945bda3a26664095f22cb458b7bab.zip |
Remove isdnlog USE flag reference, not used by anything
Diffstat (limited to 'profiles/default')
-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 ed5010377cc9..6a717f188c2e 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.3 2009/09/21 09:39:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.4 2009/10/31 15:42:04 ssuominen Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -22,7 +22,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. |