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: Thu, 08 Oct 2020 21:06:23
Message-Id: 1602191168.d69507b33a883cc0ab89aef0df18a42447c18c9a.mattst88@gentoo
1 commit: d69507b33a883cc0ab89aef0df18a42447c18c9a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 20:54:26 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 21:06:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69507b3
7
8 dev-util/catalyst: EAPI=7
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/catalyst/catalyst-9999.ebuild | 13 ++++++-------
13 1 file changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
16 index 21053974649..0091eacf302 100644
17 --- a/dev-util/catalyst/catalyst-9999.ebuild
18 +++ b/dev-util/catalyst/catalyst-9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2020 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 if [[ ${PV} == *9999* ]]; then
27 SRC_ECLASS="git-r3"
28 @@ -24,17 +24,16 @@ LICENSE="GPL-2"
29 SLOT="0"
30 IUSE="doc +iso system-bootloader"
31
32 -COMMON_DEPEND="
33 +BDEPEND="
34 + app-text/asciidoc
35 +"
36 +DEPEND="
37 sys-apps/portage[${PYTHON_USEDEP}]
38 >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
39 dev-python/toml[${PYTHON_USEDEP}]
40 "
41 -DEPEND="
42 - ${COMMON_DEPEND}
43 - app-text/asciidoc
44 -"
45 RDEPEND="
46 - ${COMMON_DEPEND}
47 + ${DEPEND}
48 >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
49 app-arch/lbzip2
50 app-arch/pixz