From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9F8B21381F3 for ; Thu, 15 Nov 2012 20:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26F2321C124; Thu, 15 Nov 2012 20:33:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9250121C124 for ; Thu, 15 Nov 2012 20:33:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A27633C2F0 for ; Thu, 15 Nov 2012 20:33:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 93902E5436 for ; Thu, 15 Nov 2012 20:33:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1353011540.fe00532ecc260162547f036f35df5ed612b6aa7f.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/ X-VCS-Repository: proj/releng X-VCS-Files: tools-uclibc/stage1-mips32r2-uclibc-hardened.conf.template tools-uclibc/stage1-mips32r2-uclibc-vanilla.conf.template tools-uclibc/stage2-mips32r2-uclibc-hardened.conf.template tools-uclibc/stage2-mips32r2-uclibc-vanilla.conf.template tools-uclibc/stage3-mips32r2-uclibc-hardened.conf.template tools-uclibc/stage3-mips32r2-uclibc-vanilla.conf.template X-VCS-Directories: tools-uclibc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: fe00532ecc260162547f036f35df5ed612b6aa7f X-VCS-Branch: master Date: Thu, 15 Nov 2012 20:33:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 38782176-bd51-49fd-b259-17f24c95aaa8 X-Archives-Hash: c917d9b6adf9eef5a957074b1cd30520 commit: fe00532ecc260162547f036f35df5ed612b6aa7f Author: Anthony G. Basile gentoo org> AuthorDate: Thu Nov 15 20:32:20 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Nov 15 20:32:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=fe00532e tools-uclibc: fix rel_type/source_subpath for mips --- .../stage1-mips32r2-uclibc-hardened.conf.template | 4 ++-- .../stage1-mips32r2-uclibc-vanilla.conf.template | 4 ++-- .../stage2-mips32r2-uclibc-hardened.conf.template | 4 ++-- .../stage2-mips32r2-uclibc-vanilla.conf.template | 4 ++-- .../stage3-mips32r2-uclibc-hardened.conf.template | 4 ++-- .../stage3-mips32r2-uclibc-vanilla.conf.template | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tools-uclibc/stage1-mips32r2-uclibc-hardened.conf.template b/tools-uclibc/stage1-mips32r2-uclibc-hardened.conf.template index 6a9ca87..b6da45b 100644 --- a/tools-uclibc/stage1-mips32r2-uclibc-hardened.conf.template +++ b/tools-uclibc/stage1-mips32r2-uclibc-hardened.conf.template @@ -1,9 +1,9 @@ subarch: mips32r2 target: stage1 version_stamp: uclibc-hardened -rel_type: hardened/mips +rel_type: hardened/mips32r2 profile: hardened/linux/uclibc/mips snapshot: current -source_subpath: hardened/mips/stage3-mips32r2-uclibc-hardened +source_subpath: hardened/mips32r2/stage3-mips32r2-uclibc-hardened chost: mips-gentoo-linux-uclibc portage_confdir: /root/MyCatalyst/portage.mips.hardened diff --git a/tools-uclibc/stage1-mips32r2-uclibc-vanilla.conf.template b/tools-uclibc/stage1-mips32r2-uclibc-vanilla.conf.template index dee2703..8322d0b 100644 --- a/tools-uclibc/stage1-mips32r2-uclibc-vanilla.conf.template +++ b/tools-uclibc/stage1-mips32r2-uclibc-vanilla.conf.template @@ -1,9 +1,9 @@ subarch: mips32r2 target: stage1 version_stamp: uclibc-vanilla -rel_type: vanilla/mips +rel_type: vanilla/mips32r2 profile: hardened/linux/uclibc/mips snapshot: current -source_subpath: vanilla/mips/stage3-mips32r2-uclibc-vanilla +source_subpath: vanilla/mips32r2/stage3-mips32r2-uclibc-vanilla chost: mips-gentoo-linux-uclibc portage_confdir: /root/MyCatalyst/portage.mips.vanilla diff --git a/tools-uclibc/stage2-mips32r2-uclibc-hardened.conf.template b/tools-uclibc/stage2-mips32r2-uclibc-hardened.conf.template index 032efb2..892253e 100644 --- a/tools-uclibc/stage2-mips32r2-uclibc-hardened.conf.template +++ b/tools-uclibc/stage2-mips32r2-uclibc-hardened.conf.template @@ -1,9 +1,9 @@ subarch: mips32r2 target: stage2 version_stamp: uclibc-hardened -rel_type: hardened/mips +rel_type: hardened/mips32r2 profile: hardened/linux/uclibc/mips snapshot: current -source_subpath: hardened/mips/stage1-mips32r2-uclibc-hardened +source_subpath: hardened/mips32r2/stage1-mips32r2-uclibc-hardened chost: mips-gentoo-linux-uclibc portage_confdir: /root/MyCatalyst/portage.mips.hardened diff --git a/tools-uclibc/stage2-mips32r2-uclibc-vanilla.conf.template b/tools-uclibc/stage2-mips32r2-uclibc-vanilla.conf.template index bed6ee5..08c7388 100644 --- a/tools-uclibc/stage2-mips32r2-uclibc-vanilla.conf.template +++ b/tools-uclibc/stage2-mips32r2-uclibc-vanilla.conf.template @@ -1,9 +1,9 @@ subarch: mips32r2 target: stage2 version_stamp: uclibc-vanilla -rel_type: vanilla/mips +rel_type: vanilla/mips32r2 profile: hardened/linux/uclibc/mips snapshot: current -source_subpath: vanilla/mips/stage1-mips32r2-uclibc-vanilla +source_subpath: vanilla/mips32r2/stage1-mips32r2-uclibc-vanilla chost: mips-gentoo-linux-uclibc portage_confdir: /root/MyCatalyst/portage.mips.vanilla diff --git a/tools-uclibc/stage3-mips32r2-uclibc-hardened.conf.template b/tools-uclibc/stage3-mips32r2-uclibc-hardened.conf.template index 8fd5968..df99c62 100644 --- a/tools-uclibc/stage3-mips32r2-uclibc-hardened.conf.template +++ b/tools-uclibc/stage3-mips32r2-uclibc-hardened.conf.template @@ -1,8 +1,8 @@ subarch: mips32r2 target: stage3 version_stamp: uclibc-hardened -rel_type: hardened/mips +rel_type: hardened/mips32r2 profile: hardened/linux/uclibc/mips snapshot: current -source_subpath: hardened/mips/stage2-mips32r2-uclibc-hardened +source_subpath: hardened/mips32r2/stage2-mips32r2-uclibc-hardened portage_confdir: /root/MyCatalyst/portage.mips.hardened diff --git a/tools-uclibc/stage3-mips32r2-uclibc-vanilla.conf.template b/tools-uclibc/stage3-mips32r2-uclibc-vanilla.conf.template index 39e7630..c7e3776 100644 --- a/tools-uclibc/stage3-mips32r2-uclibc-vanilla.conf.template +++ b/tools-uclibc/stage3-mips32r2-uclibc-vanilla.conf.template @@ -1,8 +1,8 @@ subarch: mips32r2 target: stage3 version_stamp: uclibc-vanilla -rel_type: vanilla/mips +rel_type: vanilla/mips32r2 profile: hardened/linux/uclibc/mips snapshot: current -source_subpath: vanilla/mips/stage2-mips32r2-uclibc-vanilla +source_subpath: vanilla/mips32r2/stage2-mips32r2-uclibc-vanilla portage_confdir: /root/MyCatalyst/portage.mips.vanilla