From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 41E9E1381F4 for ; Thu, 16 Aug 2012 19:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9C98E0743; Thu, 16 Aug 2012 19:07:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 37AE9E0712 for ; Thu, 16 Aug 2012 19:07:11 +0000 (UTC) Received: from [192.168.26.5] (ip98-164-193-252.oc.oc.cox.net [98.164.193.252]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 6BF3A64928 for ; Thu, 16 Aug 2012 19:07:10 +0000 (UTC) Message-ID: <502D44DC.4070908@gentoo.org> Date: Thu, 16 Aug 2012 12:07:08 -0700 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:14.0) Gecko/20120802 Thunderbird/14.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: Questions about SystemD and OpenRC References: <1344366029.24762.31.camel@TesterTop4> <502377E7.8010803@gentoo.org> <1344535966.2121.6.camel@TesterTop4> <20120809183130.GA6795@linux1> <20120809195727.5d04ccff@googlemail.com> <20120814032416.GA8489@kroah.com> In-Reply-To: X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 930d6ca0-deae-4141-9c9f-3e134735311a X-Archives-Hash: bcef5642939e5cd9c3f97e4678062bad On 08/16/2012 04:59 AM, Rich Freeman wrote: > And since ssh was brought up - this is what happens with hacks like > this. When you combine the "default install" with the "minimum deps > for everything" list you end up with an ssh you can't get rid of > without the package.provided hack (which really should be used for > stuff that is, well, provided). FWIW, instead of using package.provided, you can negate "*virtual/ssh" like this: mkdir -p /etc/portage/profile echo "-*virtual/ssh" >> /etc/portage/profile/packages -- Thanks, Zac