From c1988a813d913c23deb647fd8c30fae89abbd7e5 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 12 Jan 2005 23:08:22 +0000 Subject: USE flag updates for X to cascading profiles. Add font-server, truetype-fonts, and type1-fonts to everything. If X was in USE, add opengl and xv. This should retain the same functionality there was prior to these new USE flags in X. NOTE: 2005.0 and newer should _not_ enable font-server. --- profiles/default-linux/make.defaults | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'profiles/default-linux/make.defaults') diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index 6f4fdc36b943..b1935fd31a53 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.7 2004/12/25 03:51:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.8 2005/01/12 23:08:21 spyderous Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -12,5 +12,5 @@ -# bitmap-fonts: build X the (upstream) default way -USE="bitmap-fonts" +# build X in an expected way +USE="bitmap-fonts truetype-fonts type1-fonts" -- cgit v1.2.3-65-gdbad