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 C1A95138010 for ; Wed, 27 Mar 2013 23:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F172E081D; Wed, 27 Mar 2013 23:23:46 +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 B62D1E081D for ; Wed, 27 Mar 2013 23:23:45 +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 8269733DC18 for ; Wed, 27 Mar 2013 23:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 18D28E4073 for ; Wed, 27 Mar 2013 23:23:43 +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: <1364426565.0e1805894325e85b1588b34aaea31f87a24fe4a4.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/ X-VCS-Repository: proj/releng X-VCS-Files: tools-uclibc/stage1-mipsel3-uclibc-hardened.conf.template tools-uclibc/stage1-mipsel3-uclibc-vanilla.conf.template tools-uclibc/stage2-mipsel3-uclibc-hardened.conf.template tools-uclibc/stage2-mipsel3-uclibc-vanilla.conf.template X-VCS-Directories: tools-uclibc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 0e1805894325e85b1588b34aaea31f87a24fe4a4 X-VCS-Branch: master Date: Wed, 27 Mar 2013 23:23:43 +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: c7c009eb-2cd6-4414-84cb-692ad7956310 X-Archives-Hash: 75061d29c55f182afffbc71f771689f4 commit: 0e1805894325e85b1588b34aaea31f87a24fe4a4 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Mar 27 23:20:49 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Mar 27 23:22:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=0e180589 tools-uclibc: fix CHOST for mipsel3 --- .../stage1-mipsel3-uclibc-hardened.conf.template | 2 +- .../stage1-mipsel3-uclibc-vanilla.conf.template | 2 +- .../stage2-mipsel3-uclibc-hardened.conf.template | 2 +- .../stage2-mipsel3-uclibc-vanilla.conf.template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools-uclibc/stage1-mipsel3-uclibc-hardened.conf.template b/tools-uclibc/stage1-mipsel3-uclibc-hardened.conf.template index 45b0cf9..34dee13 100644 --- a/tools-uclibc/stage1-mipsel3-uclibc-hardened.conf.template +++ b/tools-uclibc/stage1-mipsel3-uclibc-hardened.conf.template @@ -5,5 +5,5 @@ rel_type: hardened/mipsel3 profile: hardened/linux/uclibc/mips/mipsel snapshot: current source_subpath: hardened/mipsel3/stage3-mipsel3-uclibc-hardened -chost: mips-gentoo-linux-uclibc +chost: mipsel-gentoo-linux-uclibc portage_confdir: MyCatalyst/portage.mipsel.hardened diff --git a/tools-uclibc/stage1-mipsel3-uclibc-vanilla.conf.template b/tools-uclibc/stage1-mipsel3-uclibc-vanilla.conf.template index 1364496..1fc57c1 100644 --- a/tools-uclibc/stage1-mipsel3-uclibc-vanilla.conf.template +++ b/tools-uclibc/stage1-mipsel3-uclibc-vanilla.conf.template @@ -5,5 +5,5 @@ rel_type: vanilla/mipsel3 profile: hardened/linux/uclibc/mips/mipsel snapshot: current source_subpath: vanilla/mipsel3/stage3-mipsel3-uclibc-vanilla -chost: mips-gentoo-linux-uclibc +chost: mipsel-gentoo-linux-uclibc portage_confdir: MyCatalyst/portage.mipsel.vanilla diff --git a/tools-uclibc/stage2-mipsel3-uclibc-hardened.conf.template b/tools-uclibc/stage2-mipsel3-uclibc-hardened.conf.template index 8016819..7ec732a 100644 --- a/tools-uclibc/stage2-mipsel3-uclibc-hardened.conf.template +++ b/tools-uclibc/stage2-mipsel3-uclibc-hardened.conf.template @@ -5,5 +5,5 @@ rel_type: hardened/mipsel3 profile: hardened/linux/uclibc/mips/mipsel snapshot: current source_subpath: hardened/mipsel3/stage1-mipsel3-uclibc-hardened -chost: mips-gentoo-linux-uclibc +chost: mipsel-gentoo-linux-uclibc portage_confdir: MyCatalyst/portage.mipsel.hardened diff --git a/tools-uclibc/stage2-mipsel3-uclibc-vanilla.conf.template b/tools-uclibc/stage2-mipsel3-uclibc-vanilla.conf.template index 9baed34..31b7f64 100644 --- a/tools-uclibc/stage2-mipsel3-uclibc-vanilla.conf.template +++ b/tools-uclibc/stage2-mipsel3-uclibc-vanilla.conf.template @@ -5,5 +5,5 @@ rel_type: vanilla/mipsel3 profile: hardened/linux/uclibc/mips/mipsel snapshot: current source_subpath: vanilla/mipsel3/stage1-mipsel3-uclibc-vanilla -chost: mips-gentoo-linux-uclibc +chost: mipsel-gentoo-linux-uclibc portage_confdir: MyCatalyst/portage.mipsel.vanilla