Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcache-tools/
Date: Tue, 29 Jun 2021 11:34:38
Message-Id: 1624966402.736714abf5ef458cdafa0aaf53a5d10e9d63a596.flow@gentoo
1 commit: 736714abf5ef458cdafa0aaf53a5d10e9d63a596
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 29 11:28:50 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 11:33:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736714ab
7
8 sys-fs/bcache-tools: add missing virtual/udev RDEPEND
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 .../{bcache-tools-1.1.ebuild => bcache-tools-1.1-r1.ebuild} | 9 ++++++---
13 1 file changed, 6 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-fs/bcache-tools/bcache-tools-1.1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild
16 similarity index 92%
17 rename from sys-fs/bcache-tools/bcache-tools-1.1.ebuild
18 rename to sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild
19 index 684dd998853..d675b12de42 100644
20 --- a/sys-fs/bcache-tools/bcache-tools-1.1.ebuild
21 +++ b/sys-fs/bcache-tools/bcache-tools-1.1-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -18,8 +18,11 @@ IUSE=""
29
30 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
31
32 -RDEPEND="${PYTHON_DEPS}
33 - sys-apps/util-linux"
34 +RDEPEND="
35 + ${PYTHON_DEPS}
36 + sys-apps/util-linux
37 + virtual/udev
38 +"
39 DEPEND="${RDEPEND}"
40
41 PATCHES=(