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 49F36138010 for ; Sat, 8 Sep 2012 13:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4157EE0512; Sat, 8 Sep 2012 13:54:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 157D8E0512 for ; Sat, 8 Sep 2012 13:54:06 +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 7774733CF0B for ; Sat, 8 Sep 2012 13:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DD551E543D for ; Sat, 8 Sep 2012 13:54:03 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1347112400.66af71f8bc78e55cb8978ca9b3b3086d45824aff.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/specs/amd64/stage1-x32.spec releases/weekly/specs/amd64/stage2-x32.spec releases/weekly/specs/amd64/stage3-x32.spec X-VCS-Directories: releases/weekly/specs/amd64/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 66af71f8bc78e55cb8978ca9b3b3086d45824aff X-VCS-Branch: master Date: Sat, 8 Sep 2012 13:54:03 +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: 5feef841-ffbf-4d7a-b43b-aa2a680239d8 X-Archives-Hash: 8dc78e10c2d16ed86d55dd3c59fb0531 commit: 66af71f8bc78e55cb8978ca9b3b3086d45824aff Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Sat Sep 8 13:53:20 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Sat Sep 8 13:53:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=66af71f8 Update x32 specs to use the new x32 subarch. --- releases/weekly/specs/amd64/stage1-x32.spec | 2 +- releases/weekly/specs/amd64/stage2-x32.spec | 2 +- releases/weekly/specs/amd64/stage3-x32.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/releases/weekly/specs/amd64/stage1-x32.spec b/releases/weekly/specs/amd64/stage1-x32.spec index 7ea43b4..9b389bd 100644 --- a/releases/weekly/specs/amd64/stage1-x32.spec +++ b/releases/weekly/specs/amd64/stage1-x32.spec @@ -1,4 +1,4 @@ -subarch: amd64 +subarch: x32 target: stage1 version_stamp: x32-2008.0 rel_type: default diff --git a/releases/weekly/specs/amd64/stage2-x32.spec b/releases/weekly/specs/amd64/stage2-x32.spec index 611ad86..93f0459 100644 --- a/releases/weekly/specs/amd64/stage2-x32.spec +++ b/releases/weekly/specs/amd64/stage2-x32.spec @@ -1,4 +1,4 @@ -subarch: amd64 +subarch: x32 target: stage2 version_stamp: x32-2008.0 rel_type: default diff --git a/releases/weekly/specs/amd64/stage3-x32.spec b/releases/weekly/specs/amd64/stage3-x32.spec index 1185bb5..4a5d521 100644 --- a/releases/weekly/specs/amd64/stage3-x32.spec +++ b/releases/weekly/specs/amd64/stage3-x32.spec @@ -1,4 +1,4 @@ -subarch: amd64 +subarch: x32 target: stage3 version_stamp: x32-2008.0 rel_type: default