From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QXeHP-0008VR-3G for garchives@archives.gentoo.org; Fri, 17 Jun 2011 19:00:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 200181C19D; Fri, 17 Jun 2011 19:00:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E497B1C19D for ; Fri, 17 Jun 2011 19:00:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4928D1BC00A for ; Fri, 17 Jun 2011 19:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A69508003F for ; Fri, 17 Jun 2011 19:00:22 +0000 (UTC) From: "Robert Seaton" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robert Seaton" Message-ID: Subject: [gentoo-commits] proj/glentoo:master commit in: / X-VCS-Repository: proj/glentoo X-VCS-Files: stage1.spec stage2.spec stage3.spec X-VCS-Directories: / X-VCS-Committer: rps X-VCS-Committer-Name: Robert Seaton X-VCS-Revision: f186d1cfebc74f9ae00ab98b8d0e5aad39224783 Date: Fri, 17 Jun 2011 19:00:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8d138217498f62d71779185e27b7b214 commit: f186d1cfebc74f9ae00ab98b8d0e5aad39224783 Author: Robert Seaton dupage edu> AuthorDate: Tue Jun 14 16:07:37 2011 +0000 Commit: Robert Seaton dupage edu> CommitDate: Tue Jun 14 16:07:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/glentoo.git;a= =3Dcommit;h=3Df186d1cf Updated to use i486 instead of i686 per the official spec files. --- stage1.spec | 4 ++-- stage2.spec | 4 ++-- stage3.spec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stage1.spec b/stage1.spec index 971cc6a..645df35 100755 --- a/stage1.spec +++ b/stage1.spec @@ -1,7 +1,7 @@ -subarch: i686 +subarch: i486 version_stamp: 10.0 target: stage1 rel_type: default profile: default/linux/x86/10.0 snapshot: latest -source_subpath: stage3-i686-20110524 \ No newline at end of file +source_subpath: stage3-i486-20110607 \ No newline at end of file diff --git a/stage2.spec b/stage2.spec index aef6c17..7c18cfa 100755 --- a/stage2.spec +++ b/stage2.spec @@ -1,7 +1,7 @@ -subarch: i686 +subarch: i486 target: stage2 version_stamp: 10.0 rel_type: default profile: default/linux/x86/10.0 snapshot: latest -source_subpath: default/stage1-i686-10.0 \ No newline at end of file +source_subpath: default/stage1-i486-10.0 \ No newline at end of file diff --git a/stage3.spec b/stage3.spec index 7438bd0..ac1d76d 100755 --- a/stage3.spec +++ b/stage3.spec @@ -1,7 +1,7 @@ -subarch: i686 +subarch: i486 target: stage3 version_stamp: 10.0 rel_type: default profile: default/linux/x86/10.0 snapshot: latest -source_subpath: default/stage2-i686-10.0 \ No newline at end of file +source_subpath: default/stage2-i486-10.0 \ No newline at end of file