Gentoo Archives: gentoo-dev

From: Alin Nastac <mrness@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] default RDEPEND?
Date: Sat, 29 Apr 2006 07:10:57
Message-Id: 445310DC.9000500@gentoo.org
In Reply to: Re: [gentoo-dev] default RDEPEND? by Carsten Lohrke
1 Carsten Lohrke wrote:
2
3 >RDEPEND="cvs? ( dev-util/cvs )
4 > svn? ( dev-util/subversion )
5 > !cvs? ( ! svn? ( dev-util/cvs ) )"
6 >
7 >
8 Huh? How about:
9 RDEPEND="|| ( dev-util/cvs dev-util/subversion )"
10
11 IMO, your example is a USE flag abuse.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] default RDEPEND? Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] default RDEPEND? Carsten Lohrke <carlo@g.o>