summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-03-29 18:56:55 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-03-29 18:56:55 +0000
commit5ac49e8f4bcfb16c40d664e97b2fcfb7d7047297 (patch)
tree3a96c7b7b55a050af9beb566933aec623c095fec /profiles/default-linux/make.defaults
parentppc stable, bug #127889 (diff)
downloadhistorical-5ac49e8f4bcfb16c40d664e97b2fcfb7d7047297.tar.gz
historical-5ac49e8f4bcfb16c40d664e97b2fcfb7d7047297.tar.bz2
historical-5ac49e8f4bcfb16c40d664e97b2fcfb7d7047297.zip
isdn use flag defaults
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r--profiles/default-linux/make.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults
index a25006aec737..2caed12be352 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.14 2006/03/14 04:09:54 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.15 2006/03/29 18:56:55 genstef Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -23,3 +23,7 @@ USE="${USE} dri"
# 2006/03/13 - Chris Gianelloni <wolf31o2@gentoo.org>
# Make sure dev-lang/php works right. See bug #120088 for more info.
#USE="${USE} apache2 cli ctype dba expat fastbuild force-cgi-redirect ftp gd memlimit nls pcre posix session simplexml soap sockets spl ssl tokenizer truetype xml xsl zlib"
+
+# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org>
+# isdn USE flag defaults
+USE="${USE} pppd isdnlog"