Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Questions about SystemD and OpenRC
Date: Thu, 16 Aug 2012 19:08:12
Message-Id: 502D44DC.4070908@gentoo.org
In Reply to: Re: [gentoo-dev] Re: Questions about SystemD and OpenRC by Rich Freeman
1 On 08/16/2012 04:59 AM, Rich Freeman wrote:
2 > And since ssh was brought up - this is what happens with hacks like
3 > this. When you combine the "default install" with the "minimum deps
4 > for everything" list you end up with an ssh you can't get rid of
5 > without the package.provided hack (which really should be used for
6 > stuff that is, well, provided).
7
8 FWIW, instead of using package.provided, you can negate "*virtual/ssh"
9 like this:
10
11 mkdir -p /etc/portage/profile
12 echo "-*virtual/ssh" >> /etc/portage/profile/packages
13
14 --
15 Thanks,
16 Zac