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 F2F36138335 for ; Mon, 30 Jul 2018 17:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87CBBE092B; Mon, 30 Jul 2018 17:05:01 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D6BDE092B for ; Mon, 30 Jul 2018 17:05:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1622335CA5 for ; Mon, 30 Jul 2018 17:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E145B38F for ; Mon, 30 Jul 2018 17:04:54 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1532970282.c1c7c8e57f45bc6ad1c3631185749834e5987a90.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bolt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/bolt/bolt-0.4.ebuild X-VCS-Directories: sys-apps/bolt/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c1c7c8e57f45bc6ad1c3631185749834e5987a90 X-VCS-Branch: master Date: Mon, 30 Jul 2018 17:04:54 +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: bb0ba2c4-3ccf-445b-9094-8bd33dcae264 X-Archives-Hash: 7af47fd3888c52b7ee6364c2a7e9d1dd commit: c1c7c8e57f45bc6ad1c3631185749834e5987a90 Author: Matthew Thode gentoo org> AuthorDate: Mon Jul 30 17:04:10 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Jul 30 17:04:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c7c8e5 sys-apps/bolt: add hard dep on systemd Closes: https://bugs.gentoo.org/662472 Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-apps/bolt/bolt-0.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/bolt/bolt-0.4.ebuild b/sys-apps/bolt/bolt-0.4.ebuild index 43fd351f948..5c53b7e1a03 100644 --- a/sys-apps/bolt/bolt-0.4.ebuild +++ b/sys-apps/bolt/bolt-0.4.ebuild @@ -18,6 +18,7 @@ DEPEND=" >=dev-libs/glib-2.50.0:2 virtual/libudev virtual/udev + sys-apps/systemd:0= sys-auth/polkit[introspection] doc? ( app-text/asciidoc )" RDEPEND="${DEPEND}"