summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-03-05 16:49:22 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-03-05 16:49:22 +0000
commit2eecf2a38efd8cc55f36533bb4f7a9dafc4ec555 (patch)
treece6092aad5558cfb01f8f6e6ff28c1e5de4de110 /profiles
parentMask PECL-imagick-0.9.11. (diff)
downloadgentoo-2-2eecf2a38efd8cc55f36533bb4f7a9dafc4ec555.tar.gz
gentoo-2-2eecf2a38efd8cc55f36533bb4f7a9dafc4ec555.tar.bz2
gentoo-2-2eecf2a38efd8cc55f36533bb4f7a9dafc4ec555.zip
Moved GRP_STAGE23_USE and USE from 2005.0/make.defaults to make.defaults and cleaned up 2004.3/make.defaults.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/arm/2004.3/make.defaults17
-rw-r--r--profiles/default-linux/arm/2005.0/make.defaults19
-rw-r--r--profiles/default-linux/arm/make.defaults6
3 files changed, 7 insertions, 35 deletions
diff --git a/profiles/default-linux/arm/2004.3/make.defaults b/profiles/default-linux/arm/2004.3/make.defaults
index ef3f7468bc40..aa21283eaf07 100644
--- a/profiles/default-linux/arm/2004.3/make.defaults
+++ b/profiles/default-linux/arm/2004.3/make.defaults
@@ -1,20 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/arm/2004.3/make.defaults,v 1.4 2005/01/21 15:30:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/arm/2004.3/make.defaults,v 1.5 2005/03/05 16:49:22 wolf31o2 Exp $
-GRP_STAGE23_USE="
-acl
-berkdb
-gpm
-ipv6
-ncurses
-nls
-pam
-perl
-python
-readline
-ssl
-tcpd
-"
+GRP_STAGE23_USE="acl berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd"
USE="${GRP_STAGE23_USE} crypt zlib"
diff --git a/profiles/default-linux/arm/2005.0/make.defaults b/profiles/default-linux/arm/2005.0/make.defaults
deleted file mode 100644
index 1d0a9831d2e3..000000000000
--- a/profiles/default-linux/arm/2005.0/make.defaults
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/arm/2005.0/make.defaults,v 1.2 2005/01/21 15:30:13 vapier Exp $
-
-GRP_STAGE23_USE="
-berkdb
-gpm
-ipv6
-ncurses
-nls
-pam
-perl
-python
-readline
-ssl
-tcpd
-"
-
-USE="${GRP_STAGE23_USE} crypt zlib"
diff --git a/profiles/default-linux/arm/make.defaults b/profiles/default-linux/arm/make.defaults
index 98de67c782aa..432868bb1ad4 100644
--- a/profiles/default-linux/arm/make.defaults
+++ b/profiles/default-linux/arm/make.defaults
@@ -1,8 +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/arm/make.defaults,v 1.2 2005/01/21 15:30:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/arm/make.defaults,v 1.3 2005/03/05 16:49:22 wolf31o2 Exp $
ARCH="arm"
ACCEPT_KEYWORDS="arm"
FEATURES="sfperms"
+
+GRP_STAGE23_USE="berkdb gpm ipv6 ncurses nls pam perl python readline ssl tcpd"
+
+USE="${GRP_STAGE23_USE} crypt zlib"