Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] USE variables in SRC_URI
Date: Tue, 02 Oct 2001 12:39:29
Message-Id: 20011002123929.E25316@cvs.gentoo.org
In Reply to: Re: [gentoo-dev] USE variables in SRC_URI by Morgan Christiansson
1 On Tue, Oct 02, 2001 at 08:35:49PM +0200, Morgan Christiansson wrote:
2 > You could do it like this too:
3 >
4 > use foo && SRC_URI="$SRC_URI http://domain/project-foo-patch.tbz2"
5
6 You actually can't do it that way, because it will cause incomplete digests to
7 be generated if "foo" isn't set in USE. The new system auto-adjusts so that
8 maintainers always generate correct digests, but normal users only need to
9 download the files they need.
10
11 Best Regards,
12
13 --
14 Daniel Robbins <drobbins@g.o>
15 Chief Architect/President http://www.gentoo.org
16 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] USE variables in SRC_URI Dan Armak <danarmak@g.o>