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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43802158087 for ; Sat, 15 Jan 2022 09:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 814F82BC00A; Sat, 15 Jan 2022 09:25:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BF2E2BC00A for ; Sat, 15 Jan 2022 09:25:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F91D342C83 for ; Sat, 15 Jan 2022 09:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97BFC291 for ; Sat, 15 Jan 2022 09:25:21 +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: <1642238715.4289f881069f19494e55afad2d9c2ceea729fe10.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-readahead/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-readahead/systemd-readahead-216.ebuild X-VCS-Directories: sys-apps/systemd-readahead/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4289f881069f19494e55afad2d9c2ceea729fe10 X-VCS-Branch: master Date: Sat, 15 Jan 2022 09:25:21 +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: d44c3c35-f41b-4b3c-86a6-81a98a6aef57 X-Archives-Hash: 2cc96875eab6e44de92e274cead91d4c commit: 4289f881069f19494e55afad2d9c2ceea729fe10 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 15 09:25:15 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 15 09:25:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4289f881 sys-apps/systemd-readahead: Fix depends Closes: https://bugs.gentoo.org/830875 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> sys-apps/systemd-readahead/systemd-readahead-216.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild index 0efc3c3f12f9..d35257f5fe9a 100644 --- a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild +++ b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild @@ -16,7 +16,9 @@ IUSE="" S="${WORKDIR}/systemd-${PV}" RDEPEND=">=sys-apps/systemd-217:=" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" + app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16