From d7bd4e1cc14a2a80d9fd7fdf7562efe18428ce9d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 15 Feb 2007 05:06:51 +0000 Subject: [PATCH] move unicode to sub-profile and create a new one for 2007.0 --- profiles/default-linux/sh/2006.1/make.defaults | 4 ++-- profiles/default-linux/sh/2007.0/make.defaults | 2 ++ profiles/default-linux/sh/2007.0/parent | 1 + profiles/default-linux/sh/make.defaults | 5 +---- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 profiles/default-linux/sh/2007.0/make.defaults create mode 100644 profiles/default-linux/sh/2007.0/parent diff --git a/profiles/default-linux/sh/2006.1/make.defaults b/profiles/default-linux/sh/2006.1/make.defaults index df94cee911f1..b129398ac082 100644 --- a/profiles/default-linux/sh/2006.1/make.defaults +++ b/profiles/default-linux/sh/2006.1/make.defaults @@ -1,2 +1,2 @@ -STAGE1_USE="nptl nptlonly nossp" -USE="nptl nptlonly nossp" +STAGE1_USE="nptl nptlonly nossp unicode" +USE="nptl nptlonly nossp unicode" diff --git a/profiles/default-linux/sh/2007.0/make.defaults b/profiles/default-linux/sh/2007.0/make.defaults new file mode 100644 index 000000000000..f8adf2c8f8be --- /dev/null +++ b/profiles/default-linux/sh/2007.0/make.defaults @@ -0,0 +1,2 @@ +STAGE1_USE="nptl nptlonly nossp unicode" +USE="cups nptl nptlonly nossp ppds unicode" diff --git a/profiles/default-linux/sh/2007.0/parent b/profiles/default-linux/sh/2007.0/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/sh/2007.0/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/sh/make.defaults b/profiles/default-linux/sh/make.defaults index baa4fb5108d9..b00a4c7c8dda 100644 --- a/profiles/default-linux/sh/make.defaults +++ b/profiles/default-linux/sh/make.defaults @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sh/make.defaults,v 1.7 2007/01/05 02:29:06 kugelfang Exp $ +# Main SuperH profile ARCH="sh" ACCEPT_KEYWORDS="sh" @@ -24,6 +22,5 @@ python \ readline \ ssl \ tcpd \ -unicode \ zlib \ " -- 2.26.2