Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Fri, 30 Oct 2020 22:35:02
Message-Id: 1604097232.b203936ca1f8c298b68fbe506b5245dff7debd5f.mattst88@gentoo
1 commit: b203936ca1f8c298b68fbe506b5245dff7debd5f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 29 16:24:51 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 22:33:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b203936c
7
8 dev-util/catalyst: Depend on sys-apps/util-linux[python]
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/catalyst/catalyst-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
16 index 8b532c332b7..e51ab58b667 100644
17 --- a/dev-util/catalyst/catalyst-9999.ebuild
18 +++ b/dev-util/catalyst/catalyst-9999.ebuild
19 @@ -31,6 +31,7 @@ DEPEND="
20 sys-apps/portage[${PYTHON_USEDEP}]
21 >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
22 dev-python/toml[${PYTHON_USEDEP}]
23 + sys-apps/util-linux[python,${PYTHON_USEDEP}]
24 "
25 RDEPEND="
26 ${DEPEND}