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 41BA5138359 for ; Wed, 22 Jul 2020 19:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53925E0829; Wed, 22 Jul 2020 19:13:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3708FE0829 for ; Wed, 22 Jul 2020 19:13:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B1BA334EFAD for ; Wed, 22 Jul 2020 19:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02B6B9C for ; Wed, 22 Jul 2020 19:13:50 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1595445223.ebcfb43dc21db630dea98b7dfe2d7b3a212c72eb.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-systemd-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild X-VCS-Directories: sys-apps/gentoo-systemd-integration/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ebcfb43dc21db630dea98b7dfe2d7b3a212c72eb X-VCS-Branch: master Date: Wed, 22 Jul 2020 19:13:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 65c9d40d-8a34-48b5-adf7-623bfe0c3269 X-Archives-Hash: f54b74fc1a691d7708586a7c4752cb68 commit: ebcfb43dc21db630dea98b7dfe2d7b3a212c72eb Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 22 19:13:31 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 22 19:13:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcfb43d sys-apps/gentoo-systemd-integration: Fix BDEPEND Thanks-to: David Michael Closes: https://bugs.gentoo.org/722154 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Pacho Ramos gentoo.org> .../gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild index 9ad1ea02bab..4c95169bb84 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,8 +23,8 @@ IUSE="" RDEPEND=">=sys-apps/systemd-207 !sys-fs/eudev !sys-fs/udev" -DEPEND=">=sys-apps/systemd-207 - virtual/pkgconfig" +DEPEND=">=sys-apps/systemd-207" +BDEPEND="virtual/pkgconfig" src_prepare() { default