Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/
Date: Fri, 11 Sep 2020 16:09:27
Message-Id: 1599840470.74654ed776dc705b6a9ca2c18217209858a81fa1.sam@gentoo
1 commit: 74654ed776dc705b6a9ca2c18217209858a81fa1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 11 16:07:50 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 11 16:07:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74654ed7
7
8 app-portage/tatt: add nattka dependency
9
10 Needed by latest commits.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-portage/tatt/tatt-9999.ebuild | 7 ++-----
16 1 file changed, 2 insertions(+), 5 deletions(-)
17
18 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
19 index 2539f2a5dff..3cfd4e34278 100644
20 --- a/app-portage/tatt/tatt-9999.ebuild
21 +++ b/app-portage/tatt/tatt-9999.ebuild
22 @@ -7,26 +7,23 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
23
24 inherit distutils-r1 git-r3
25
26 -DESCRIPTION="arch testing tool"
27 +DESCRIPTION="Arch testing tool"
28 HOMEPAGE="https://github.com/gentoo/tatt"
29 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/tatt.git
30 https://github.com/gentoo/tatt.git"
31
32 LICENSE="GPL-2"
33 SLOT="0"
34 -KEYWORDS=""
35 IUSE="+templates"
36
37 RDEPEND="
38 app-portage/eix
39 app-portage/gentoolkit[${PYTHON_USEDEP}]
40 + app-portage/nattka[${PYTHON_USEDEP}]
41 dev-python/configobj[${PYTHON_USEDEP}]
42 dev-python/requests[${PYTHON_USEDEP}]
43 www-client/pybugz
44 "
45 -BDEPEND="
46 - dev-python/setuptools[${PYTHON_USEDEP}]
47 -"
48
49 python_install_all() {
50 distutils-r1_python_install_all