Gentoo Archives: gentoo-dev

From: Jerry A! <jerry@×××××××.org>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Portage 1.5 improvements list
Date: Sun, 18 Feb 2001 21:28:22
Message-Id: 20010218232745.A742@kabbu.akopia.com
In Reply to: Re: [gentoo-dev] Portage 1.5 improvements list by drobbins@gentoo.org
1 On Sun, Feb 18, 2001 at 04:20:01PM -0700, drobbins@g.o wrote:
2 : On Fri, Feb 16, 2001 at 06:13:36PM +0100, Achim Gottinger wrote:
3 :
4 : > If a package provides for example virtual/mta, does it work to add
5 : > !virtual/mta to RDEPEND to prevent installation of duplicate mta's ?
6 :
7 : !virtual/mta should be added to RDEPEND (for package installs) and DEPEND (for
8 : ebuild merges). It should work (hasn't been tested yet). I don't think it
9 : should be automatically added by Portage, but should be specified by the ebuild
10 : maintainer. Jerry, could you make these two fixes to qmail, exim and postfix?
11 :
12 : Best Regards,
13
14 Okay, quick question. Should the syntax be:
15
16 DEPEND="!=virtual/mta"
17
18 or:
19
20 DEPEND="!virtual/mta"
21
22 --Jerry
23
24 name: Jerry Alexandratos || Open-Source software isn't a
25 phone: 703.599.6023 || matter of life or death...
26 email: jerry@×××××××.org || ...It's much more important
27 || than that!

Replies