commit:     736714abf5ef458cdafa0aaf53a5d10e9d63a596
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 29 11:28:50 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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=(

Reply via email to