diff options
author | 2005-02-17 10:52:39 +0000 | |
---|---|---|
committer | 2005-02-17 10:52:39 +0000 | |
commit | 9cc7ef132421e5809b7eb4d43e34240ffc6377bf (patch) | |
tree | 55a0e0cf69050b17d40740cd26f4aec70e777bed /profiles/default-linux/ppc | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-9cc7ef132421e5809b7eb4d43e34240ffc6377bf.tar.gz gentoo-2-9cc7ef132421e5809b7eb4d43e34240ffc6377bf.tar.bz2 gentoo-2-9cc7ef132421e5809b7eb4d43e34240ffc6377bf.zip |
Added xprint to USE since a lot of packages break without libXp
Added opengl to USE since most ppc systems run as desktops and people want DRI
Diffstat (limited to 'profiles/default-linux/ppc')
-rw-r--r-- | profiles/default-linux/ppc/2005.0/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/ppc/2005.0/make.defaults b/profiles/default-linux/ppc/2005.0/make.defaults index c03ebc0ba603..c7ce5fa3aa8d 100644 --- a/profiles/default-linux/ppc/2005.0/make.defaults +++ b/profiles/default-linux/ppc/2005.0/make.defaults @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2005.0/make.defaults,v 1.6 2005/01/28 14:14:06 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2005.0/make.defaults,v 1.7 2005/02/17 10:52:39 dholm Exp $ ARCH="ppc" ACCEPT_KEYWORDS="ppc" GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses" -USE="unicode pam bitmap-fonts dvd gif jpeg nls png ppc xv truetype truetype-fonts type1-fonts fortran f77" +USE="unicode pam bitmap-fonts dvd gif jpeg nls png ppc xv truetype truetype-fonts type1-fonts fortran f77 xprint opengl" FEATURES="sandbox sfperms" |