summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-11 16:07:50 +0000
committerSam James <sam@gentoo.org>2020-09-11 16:07:50 +0000
commit74654ed776dc705b6a9ca2c18217209858a81fa1 (patch)
tree7a77e09065985081646e9c9ba767054856853054 /app-portage/tatt
parentprofiles.desc: drop rv64gc multilib profile, mark both abi profiles stable (diff)
downloadgentoo-74654ed776dc705b6a9ca2c18217209858a81fa1.tar.gz
gentoo-74654ed776dc705b6a9ca2c18217209858a81fa1.tar.bz2
gentoo-74654ed776dc705b6a9ca2c18217209858a81fa1.zip
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@gentoo.org>
Diffstat (limited to 'app-portage/tatt')
-rw-r--r--app-portage/tatt/tatt-9999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
index 2539f2a5dff5..3cfd4e342789 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