From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5310139085 for ; Sun, 18 Dec 2016 17:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB96EE0DD0; Sun, 18 Dec 2016 17:05:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7669E0DD0 for ; Sun, 18 Dec 2016 17:05:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBC75341665 for ; Sun, 18 Dec 2016 17:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CEE14A9 for ; Sun, 18 Dec 2016 17:05:40 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1482080739.3440099a301d4ff62b5611cdb89f10a8b514e47c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3440099a301d4ff62b5611cdb89f10a8b514e47c X-VCS-Branch: master Date: Sun, 18 Dec 2016 17:05:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: adce338e-206e-4a17-84e1-684bfdd419bc X-Archives-Hash: 2c3065dcda8801bba3903d6a40154a43 commit: 3440099a301d4ff62b5611cdb89f10a8b514e47c Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 18 17:04:22 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 18 17:05:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3440099a sys-apps/systemd: depend on >=sys-apps/dbus-1.9.8 Ref: https://github.com/systemd/systemd/pull/4892 Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1 sys-apps/systemd/systemd-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 431852f..cf316ac 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -79,7 +79,7 @@ RDEPEND="${COMMON_DEPEND} !sys-fs/udev" # sys-apps/dbus: the daemon only (+ build-time lib dep for tests) -PDEPEND=">=sys-apps/dbus-1.8.8:0[systemd] +PDEPEND=">=sys-apps/dbus-1.9.8[systemd] >=sys-apps/hwids-20150417[udev] >=sys-fs/udev-init-scripts-25 policykit? ( sys-auth/polkit ) @@ -94,7 +94,7 @@ DEPEND="${COMMON_DEPEND} >=sys-kernel/linux-headers-${MINKV} virtual/pkgconfig gnuefi? ( >=sys-boot/gnu-efi-3.0.2 ) - test? ( >=sys-apps/dbus-1.6.8-r1:0 ) + test? ( sys-apps/dbus ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets