app-portage/tatt: port to EAPI 7
authorMichael Palimaka <kensington@gentoo.org>
Tue, 3 Mar 2020 10:22:28 +0000 (21:22 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Tue, 3 Mar 2020 10:32:54 +0000 (21:32 +1100)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
app-portage/tatt/tatt-9999.ebuild

index 8351da5ce0803e1bd0f5454433bafe432c06dcf5..15cbacda910d02c54c0918423f87d7b8f235b72e 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_6 )
 
@@ -24,7 +24,7 @@ RDEPEND="
        dev-python/requests[${PYTHON_USEDEP}]
        www-client/pybugz
 "
-DEPEND="${RDEPEND}
+BDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
 "