commit:     74654ed776dc705b6a9ca2c18217209858a81fa1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 16:07:50 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 16:07:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74654ed7

app-portage/tatt: add nattka dependency

Needed by latest commits.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/tatt/tatt-9999.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-portage/tatt/tatt-9999.ebuild 
b/app-portage/tatt/tatt-9999.ebuild
index 2539f2a5dff..3cfd4e34278 100644
--- a/app-portage/tatt/tatt-9999.ebuild
+++ b/app-portage/tatt/tatt-9999.ebuild
@@ -7,26 +7,23 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1 git-r3
 
-DESCRIPTION="arch testing tool"
+DESCRIPTION="Arch testing tool"
 HOMEPAGE="https://github.com/gentoo/tatt";
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/tatt.git
        https://github.com/gentoo/tatt.git";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE="+templates"
 
 RDEPEND="
        app-portage/eix
        app-portage/gentoolkit[${PYTHON_USEDEP}]
+       app-portage/nattka[${PYTHON_USEDEP}]
        dev-python/configobj[${PYTHON_USEDEP}]
        dev-python/requests[${PYTHON_USEDEP}]
        www-client/pybugz
 "
-BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-"
 
 python_install_all() {
        distutils-r1_python_install_all

Reply via email to