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 5A5B7139335 for ; Tue, 29 Jun 2021 11:34:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13024E0872; Tue, 29 Jun 2021 11:34:37 +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 29400E085B for ; Tue, 29 Jun 2021 11:34:36 +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 A5EDE33BE54 for ; Tue, 29 Jun 2021 11:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AC197B3 for ; Tue, 29 Jun 2021 11:34:33 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1624966402.736714abf5ef458cdafa0aaf53a5d10e9d63a596.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcache-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild sys-fs/bcache-tools/bcache-tools-1.1.ebuild X-VCS-Directories: sys-fs/bcache-tools/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 736714abf5ef458cdafa0aaf53a5d10e9d63a596 X-VCS-Branch: master Date: Tue, 29 Jun 2021 11:34:33 +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: 221cbe01-db81-4fbf-98b2-b8de7352bb0b X-Archives-Hash: d55361f52577d10b2813e7ae278ae26e commit: 736714abf5ef458cdafa0aaf53a5d10e9d63a596 Author: Florian Schmaus gentoo org> AuthorDate: Tue Jun 29 11:28:50 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jun 29 11:33:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736714ab sys-fs/bcache-tools: add missing virtual/udev RDEPEND Signed-off-by: Florian Schmaus gentoo.org> .../{bcache-tools-1.1.ebuild => bcache-tools-1.1-r1.ebuild} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-fs/bcache-tools/bcache-tools-1.1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild similarity index 92% rename from sys-fs/bcache-tools/bcache-tools-1.1.ebuild rename to sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild index 684dd998853..d675b12de42 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,8 +18,11 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS} - sys-apps/util-linux" +RDEPEND=" + ${PYTHON_DEPS} + sys-apps/util-linux + virtual/udev +" DEPEND="${RDEPEND}" PATCHES=(