diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-09-09 08:07:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-09-09 08:07:10 +0000 |
commit | 9274be7267f0816c3616d0722893b1557f444ede (patch) | |
tree | 374738948e0fc18a8767b751c79135100e8f0353 /profiles/default-ppc-1.0 | |
parent | add xprint and bitmap-fonts to the default flag set (diff) | |
download | historical-9274be7267f0816c3616d0722893b1557f444ede.tar.gz historical-9274be7267f0816c3616d0722893b1557f444ede.tar.bz2 historical-9274be7267f0816c3616d0722893b1557f444ede.zip |
remove xprint and bitmap-fonts from use.defaults and put into make.defaults
Diffstat (limited to 'profiles/default-ppc-1.0')
-rw-r--r-- | profiles/default-ppc-1.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-ppc-1.0/use.defaults | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/profiles/default-ppc-1.0/make.defaults b/profiles/default-ppc-1.0/make.defaults index 28b7ea6f131d..e4abbd1b0f2a 100644 --- a/profiles/default-ppc-1.0/make.defaults +++ b/profiles/default-ppc-1.0/make.defaults @@ -20,9 +20,7 @@ CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS} -USE="oss dvd xv slang readline 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 xprint oss dvd xv slang readline 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" # The following USE should _not_ bet set on ppc as they can cause breakage # in some pacakges (are mostly x86 only options) diff --git a/profiles/default-ppc-1.0/use.defaults b/profiles/default-ppc-1.0/use.defaults index f7d5534063ed..424731eff4b2 100644 --- a/profiles/default-ppc-1.0/use.defaults +++ b/profiles/default-ppc-1.0/use.defaults @@ -55,5 +55,5 @@ ldap net-nds/openldap snmp net-analyzer/ucd-snmp cdr app-cdr/cdrtools scanner media-gfx/sane-backends -bitmap-fonts -xprint + + |