diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 01:07:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 01:07:51 +0000 |
commit | b3e3c62698c1502a62d14fa6fd0449e26df0b68d (patch) | |
tree | 04dbc64c65922f98d82811251b3880e10084a3bd /profiles/default-linux/s390 | |
parent | get rid of old settings (diff) | |
download | historical-b3e3c62698c1502a62d14fa6fd0449e26df0b68d.tar.gz historical-b3e3c62698c1502a62d14fa6fd0449e26df0b68d.tar.bz2 historical-b3e3c62698c1502a62d14fa6fd0449e26df0b68d.zip |
clean up old variables and tighten up the top level USE
Diffstat (limited to 'profiles/default-linux/s390')
-rw-r--r-- | profiles/default-linux/s390/2004.3/make.defaults | 19 | ||||
-rw-r--r-- | profiles/default-linux/s390/make.defaults | 27 |
2 files changed, 38 insertions, 8 deletions
diff --git a/profiles/default-linux/s390/2004.3/make.defaults b/profiles/default-linux/s390/2004.3/make.defaults index 175d03759ca6..ca2576d2f842 100644 --- a/profiles/default-linux/s390/2004.3/make.defaults +++ b/profiles/default-linux/s390/2004.3/make.defaults @@ -1,5 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/s390/2004.3/make.defaults,v 1.7 2005/03/05 17:16:49 wolf31o2 Exp $ - GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" + +USE=" +bitmap-fonts +foomaticdb +font-server +imlib +libwww +mad +mikmod +motif +mpeg +truetype +truetype-fonts +type1-fonts +" diff --git a/profiles/default-linux/s390/make.defaults b/profiles/default-linux/s390/make.defaults index 87d28b166c74..9e86b96f4ba4 100644 --- a/profiles/default-linux/s390/make.defaults +++ b/profiles/default-linux/s390/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/s390/make.defaults,v 1.4 2005/08/01 22:54:06 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/s390/make.defaults,v 1.5 2006/01/06 01:07:51 vapier Exp $ ARCH="s390" ACCEPT_KEYWORDS="s390" @@ -9,6 +9,25 @@ CHOST="s390-ibm-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses" - -USE="${GRP_STAGE23_USE} berkdb bitmap-fonts crypt cups fortran fbcon font-server foomaticdb gdbm imlib jpeg libwww mikmod motif mad mpeg ncurses nls pam perl png python readline spell ssl tcpd truetype truetype-fonts type1-fonts zlib" +USE=" +berkdb +crypt +cups +fbcon +fortran +gdbm +gpm +ipv6 +jpeg +ncurses +nls +pam +perl +png +python +readline +spell +ssl +tcpd +zlib +" |