diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-03-18 16:26:23 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-18 16:26:39 +1100 |
commit | 31e37e77d9b2cacbd5939d67ca2aecdd4f6d91d9 (patch) | |
tree | f9a69a4a27e993cc90d9a51860884de4fcc77482 /app-portage | |
parent | app-portage/tatt: version bump 0.4 (diff) | |
download | gentoo-31e37e77d9b2cacbd5939d67ca2aecdd4f6d91d9.tar.gz gentoo-31e37e77d9b2cacbd5939d67ca2aecdd4f6d91d9.tar.bz2 gentoo-31e37e77d9b2cacbd5939d67ca2aecdd4f6d91d9.zip |
app-portage/tatt: sync live ebuild
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/tatt/tatt-9999.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index 585617d3aa57..fc5bd860bf85 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,11 +20,13 @@ IUSE="+templates" RDEPEND=" app-portage/eix app-portage/gentoolkit - www-client/pybugz dev-python/configobj[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}]" + dev-python/requests[${PYTHON_USEDEP}] + www-client/pybugz +" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] +" python_install_all() { distutils-r1_python_install_all |