diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-12 22:47:06 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-12 22:47:06 +0000 |
commit | 40a68476e02fa5d4c8b4cb9b53ddc601da9fa329 (patch) | |
tree | 7272243e10df5b1eb8ef46e4c1afaa27f25b51a8 /profiles/default-ppc-1.0 | |
parent | New packages; gnustep digital camera access framework and app (Manifest recom... (diff) | |
download | gentoo-2-40a68476e02fa5d4c8b4cb9b53ddc601da9fa329.tar.gz gentoo-2-40a68476e02fa5d4c8b4cb9b53ddc601da9fa329.tar.bz2 gentoo-2-40a68476e02fa5d4c8b4cb9b53ddc601da9fa329.zip |
USE flag updates for X to non-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.
Diffstat (limited to 'profiles/default-ppc-1.0')
-rw-r--r-- | profiles/default-ppc-1.0/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-ppc-1.0/make.defaults b/profiles/default-ppc-1.0/make.defaults index d01a20032fa6..b44e7144a98c 100644 --- a/profiles/default-ppc-1.0/make.defaults +++ b/profiles/default-ppc-1.0/make.defaults @@ -20,7 +20,7 @@ CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="bitmap-fonts oss dvd xv slang readline fortran f77 gpm berkdb gdbm tcpd pam libwww ssl jpeg nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl mozilla png truetype ppc" +USE="bitmap-fonts oss dvd xv slang readline fortran f77 font-server gpm berkdb gdbm tcpd pam libwww ssl jpeg nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde motif opengl mozilla png truetype truetype-fonts type1-fonts ppc" # The following USE should _not_ bet set on ppc as they can cause breakage # in some pacakges (are mostly x86 only options) |