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 74B29139360 for ; Tue, 3 Aug 2021 17:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E719E096D; Tue, 3 Aug 2021 17:51:25 +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 70DB9E096D for ; Tue, 3 Aug 2021 17:51:25 +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 3DBB2342B40 for ; Tue, 3 Aug 2021 17:51:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A02A4845 for ; Tue, 3 Aug 2021 17:51:22 +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: <1628013026.6f51a6f4233a7615db8e3d3461506671269d21d6.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-248.6.ebuild sys-apps/systemd/systemd-249.2.ebuild 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: 6f51a6f4233a7615db8e3d3461506671269d21d6 X-VCS-Branch: master Date: Tue, 3 Aug 2021 17:51:22 +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: 4de1d654-57ff-4ec1-9053-bc7dc9521a93 X-Archives-Hash: 980099c4c2abdb012a7a4afcaa2c66bc commit: 6f51a6f4233a7615db8e3d3461506671269d21d6 Author: Mike Gilbert gentoo org> AuthorDate: Tue Aug 3 17:50:26 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Aug 3 17:50:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f51a6f4 sys-apps/systemd: depend on app-text/tree and dev-lang/perl for tests Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd/systemd-248.6.ebuild | 6 +++++- sys-apps/systemd/systemd-249.2.ebuild | 6 +++++- sys-apps/systemd/systemd-9999.ebuild | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/sys-apps/systemd/systemd-248.6.ebuild b/sys-apps/systemd/systemd-248.6.ebuild index 8bd8d0b12c4..469ea95ee5b 100644 --- a/sys-apps/systemd/systemd-248.6.ebuild +++ b/sys-apps/systemd/systemd-248.6.ebuild @@ -146,7 +146,11 @@ BDEPEND=" sys-devel/gettext sys-devel/m4 virtual/pkgconfig - test? ( sys-apps/dbus ) + test? ( + app-text/tree + dev-lang/perl + sys-apps/dbus + ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets diff --git a/sys-apps/systemd/systemd-249.2.ebuild b/sys-apps/systemd/systemd-249.2.ebuild index e26b4a1abdb..9e5fa453bcf 100644 --- a/sys-apps/systemd/systemd-249.2.ebuild +++ b/sys-apps/systemd/systemd-249.2.ebuild @@ -145,7 +145,11 @@ BDEPEND=" >=sys-apps/coreutils-8.16 sys-devel/gettext virtual/pkgconfig - test? ( sys-apps/dbus ) + test? ( + app-text/tree + dev-lang/perl + sys-apps/dbus + ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 714f276a62f..71b8f9c1b29 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -145,7 +145,11 @@ BDEPEND=" >=sys-apps/coreutils-8.16 sys-devel/gettext virtual/pkgconfig - test? ( sys-apps/dbus ) + test? ( + app-text/tree + dev-lang/perl + sys-apps/dbus + ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets