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 D44951381F3 for ; Sun, 28 Apr 2013 23:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A759E0AC2; Sun, 28 Apr 2013 23:05:32 +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 1CB33E0AC2 for ; Sun, 28 Apr 2013 23:05:32 +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 350EF33DF72 for ; Sun, 28 Apr 2013 23:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BDD06E408C for ; Sun, 28 Apr 2013 23:05:29 +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: <1367190319.548ab547e82f3ffecb44970d36cdcf4c53894de3.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-nomultilib.spec releases/weekly/specs/amd64/stage2-nomultilib.spec releases/weekly/specs/amd64/stage3-nomultilib.spec X-VCS-Directories: releases/weekly/specs/amd64/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 548ab547e82f3ffecb44970d36cdcf4c53894de3 X-VCS-Branch: master Date: Sun, 28 Apr 2013 23:05:29 +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: f27a5c2c-b60f-48f5-9c30-ef932c2dd342 X-Archives-Hash: eebaf35b0d6d8d12fddfd731c0cd9b1d commit: 548ab547e82f3ffecb44970d36cdcf4c53894de3 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Sun Apr 28 23:04:39 2013 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Sun Apr 28 23:05:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=548ab547 Change amd64-nomultilib stages to fix the linking error on mirrors - bug 443472. --- releases/weekly/specs/amd64/stage1-nomultilib.spec | 2 +- releases/weekly/specs/amd64/stage2-nomultilib.spec | 2 +- releases/weekly/specs/amd64/stage3-nomultilib.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/releases/weekly/specs/amd64/stage1-nomultilib.spec b/releases/weekly/specs/amd64/stage1-nomultilib.spec index e972f4f..cfb87b3 100644 --- a/releases/weekly/specs/amd64/stage1-nomultilib.spec +++ b/releases/weekly/specs/amd64/stage1-nomultilib.spec @@ -4,5 +4,5 @@ version_stamp: nomultilib-2008.0 rel_type: default profile: default/linux/amd64/13.0/no-multilib snapshot: 2008.0 -source_subpath: default/stage3-amd64-nomultilib-latest +source_subpath: default/stage3-amd64+nomultilib-latest update_seed: yes diff --git a/releases/weekly/specs/amd64/stage2-nomultilib.spec b/releases/weekly/specs/amd64/stage2-nomultilib.spec index 076ff8c..c091a89 100644 --- a/releases/weekly/specs/amd64/stage2-nomultilib.spec +++ b/releases/weekly/specs/amd64/stage2-nomultilib.spec @@ -4,4 +4,4 @@ version_stamp: nomultilib-2008.0 rel_type: default profile: default/linux/amd64/13.0/no-multilib snapshot: 2008.0 -source_subpath: default/stage1-amd64-nomultilib-2008.0 +source_subpath: default/stage1-amd64+nomultilib-2008.0 diff --git a/releases/weekly/specs/amd64/stage3-nomultilib.spec b/releases/weekly/specs/amd64/stage3-nomultilib.spec index edde7b9..1c80b15 100644 --- a/releases/weekly/specs/amd64/stage3-nomultilib.spec +++ b/releases/weekly/specs/amd64/stage3-nomultilib.spec @@ -4,4 +4,4 @@ version_stamp: nomultilib-2008.0 rel_type: default profile: default/linux/amd64/13.0/no-multilib snapshot: 2008.0 -source_subpath: default/stage2-amd64-nomultilib-2008.0 +source_subpath: default/stage2-amd64+nomultilib-2008.0