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 B7CA41381FA for ; Tue, 3 Jun 2014 11:35:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F3FCE095A; Tue, 3 Jun 2014 11:35:44 +0000 (UTC) Received: from mail-vc0-f178.google.com (mail-vc0-f178.google.com [209.85.220.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CA1EE0883 for ; Tue, 3 Jun 2014 11:35:43 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id hy4so2882482vcb.23 for ; Tue, 03 Jun 2014 04:35:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=0TSr5BZnVlJ2NQ4nyFg8GeC7rxYAidInylFGNNmT3/8=; b=shkjmSl7UK0cUEEBpC2YIpzNhus5fRfLuTDds6BXrYVXzFVwoHmCiuIzy4eOOCL0F0 xPWE4loJDDJIgB3/5+Qi3LAWUCKMQowDLcKpqp87k4whZDnG2Yjj9XxeIaezthGtvXZq V2BeEMZ1WVcn5dOvp5Unt+uAytPACTvpIatfEhzNEyhY4rpXrDGytY/yWX1nzY0l5+lF tpfI0YCLBAIT5OFD5FwWr7ybCbDeo5JtWhe9iTLMA0BW5KACJtMqDMoT9fIl370ZCuTi dR9ZRmIodeL0Lx+Ra4qg1yTo8NDKuHiDjU9WuI3XYyl1SQzU+WTylwoK91zblmrqz/tZ Dxig== 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 X-Received: by 10.52.93.201 with SMTP id cw9mr683894vdb.80.1401795342441; Tue, 03 Jun 2014 04:35:42 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.52.30.227 with HTTP; Tue, 3 Jun 2014 04:35:42 -0700 (PDT) In-Reply-To: <538DB0C5.6070206@gentoo.org> References: <5383A0E6.3020700@gentoo.org> <20140531024701.GB3828@rathaus.eclipse.co.uk> <5389BA4C.8040106@gentoo.org> <2990845.EWIttsqmb4@andromeda> <538DB0C5.6070206@gentoo.org> Date: Tue, 3 Jun 2014 07:35:42 -0400 X-Google-Sender-Auth: G3oaQrnpRNl6VjlNnD9_UiUR8KI Message-ID: Subject: Re: [gentoo-dev] Re: UPower upstream (git master) and 0.99 release -> No sys-power/pm-utils support anymore From: Rich Freeman To: gentoo-dev Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 0b9a7b6a-79bf-4bce-881c-9d2819fcd585 X-Archives-Hash: 5e5a4fcd2b2fe5eff96f3f048ed710b9 On Tue, Jun 3, 2014 at 7:25 AM, Samuli Suominen wrote: > > On 03/06/14 14:40, J. Roeleveld wrote: >> Would have been nice to fix all the dependencies BEFORE marking the >> systemd- depending "sys-power/upower-pm-utils" stable. -- Joost > > No clue what you mean, sys-power/upower-pm-utils doesn't depend on > sys-apps/systemd, > and whole Portage tree is converted to proper dependencies and the > conversion went in > the correct steps. > If you need support for understanding Portage's output, try the > gentoo-user mailing list. This probably could have used a news item, as the change impacts both stable and ~arch users. They need to do an "emerge -1 sys-power/upower-pm-utils" to actually get the new package, otherwise portage is going to try to switch them from udev to systemd, since packages like kdelibs list upower first, and portage has no way of knowing that this is a big change. I posted the same on -user... Rich