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 <gentoo-user+bounces-96381-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MDslf-0007fF-T8
	for garchives@archives.gentoo.org; Tue, 09 Jun 2009 04:17:00 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1B53EE0450;
	Tue,  9 Jun 2009 04:16:58 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id EC190E0450
	for <gentoo-user@lists.gentoo.org>; Tue,  9 Jun 2009 04:16:57 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by smtp.gentoo.org (Postfix) with ESMTP id 7F80F6503A
	for <gentoo-user@lists.gentoo.org>; Tue,  9 Jun 2009 04:16:57 +0000 (UTC)
X-Virus-Scanned: amavisd-new at gentoo.org
X-Spam-Score: -3.515
X-Spam-Level: 
X-Spam-Status: No, score=-3.515 required=5.5 tests=[AWL=0.084,
	BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from smtp.gentoo.org ([127.0.0.1])
	by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 9bajm5y2nv36 for <gentoo-user@lists.gentoo.org>;
	Tue,  9 Jun 2009 04:16:50 +0000 (UTC)
Received: from ciao.gmane.org (main.gmane.org [80.91.229.2])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTP id F2E9764149
	for <gentoo-user@gentoo.org>; Tue,  9 Jun 2009 04:16:47 +0000 (UTC)
Received: from list by ciao.gmane.org with local (Exim 4.43)
	id 1MDslN-0000BZ-VL
	for gentoo-user@gentoo.org; Tue, 09 Jun 2009 04:16:43 +0000
Received: from athedsl-380696.home.otenet.gr ([79.131.39.22])
        by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <gentoo-user@gentoo.org>; Tue, 09 Jun 2009 04:16:41 +0000
Received: from realnc by athedsl-380696.home.otenet.gr with local (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <gentoo-user@gentoo.org>; Tue, 09 Jun 2009 04:16:41 +0000
X-Injected-Via-Gmane: http://gmane.org/
To: gentoo-user@lists.gentoo.org
From:  Nikos Chantziaras <realnc@arcor.de>
Subject: [gentoo-user]  Trying SRC_URI first during fetching
Date:  Tue, 09 Jun 2009 07:16:32 +0300
Organization:  Lucas Barks
Message-ID: <h0knn0$rd1$1@ger.gmane.org>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Mime-Version:  1.0
Content-Type:  text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding:  7bit
X-Complaints-To: usenet@ger.gmane.org
X-Gmane-NNTP-Posting-Host: athedsl-380696.home.otenet.gr
User-Agent: Thunderbird 2.0.0.21 (X11/20090429)
Sender: news <news@ger.gmane.org>
X-Archives-Salt: 1de5bedf-9fd6-4527-ab38-bfcb2b4bdfa4
X-Archives-Hash: b90a9daacb978bd184f98c6028df6ee2

Normally, portage will try fetching from GENTOO_MIRRORS during an emerge 
and SRC_URI comes last.  I want to reverse this; try SRC_URI first and 
if that fails, only then proceed to fetch from GENTOO_MIRRORS.  Doable?