summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-21 15:31:28 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-21 15:31:28 +0000
commitf144e128e1d3ccc3bbfb9e42648fe981c3d50c70 (patch)
treeae2f7357ef15029e31334386980168a7ba755871 /profiles
parentclean up make.defaults (diff)
downloadgentoo-2-f144e128e1d3ccc3bbfb9e42648fe981c3d50c70.tar.gz
gentoo-2-f144e128e1d3ccc3bbfb9e42648fe981c3d50c70.tar.bz2
gentoo-2-f144e128e1d3ccc3bbfb9e42648fe981c3d50c70.zip
move common vars up a level
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/ia64/2004.3/make.defaults9
-rw-r--r--profiles/default-linux/ia64/make.defaults11
2 files changed, 13 insertions, 7 deletions
diff --git a/profiles/default-linux/ia64/2004.3/make.defaults b/profiles/default-linux/ia64/2004.3/make.defaults
index 9c4fd8fce340..c8ac3db64459 100644
--- a/profiles/default-linux/ia64/2004.3/make.defaults
+++ b/profiles/default-linux/ia64/2004.3/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2004.3/make.defaults,v 1.6 2005/01/12 23:08:21 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/2004.3/make.defaults,v 1.7 2005/01/21 15:31:28 vapier Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -54,8 +54,3 @@ xmms
xv
zlib
"
-
-ARCH="ia64"
-ACCEPT_KEYWORDS="ia64"
-
-FEATURES="sfperms"
diff --git a/profiles/default-linux/ia64/make.defaults b/profiles/default-linux/ia64/make.defaults
new file mode 100644
index 000000000000..78a8fb3e4fa1
--- /dev/null
+++ b/profiles/default-linux/ia64/make.defaults
@@ -0,0 +1,11 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ia64/make.defaults,v 1.1 2005/01/21 15:31:28 vapier Exp $
+#
+# System-wide defaults for the Portage system
+# See portage(5) manpage
+
+ARCH="ia64"
+ACCEPT_KEYWORDS="ia64"
+
+FEATURES="sandbox sfperms"