diff options
-rw-r--r-- | app-misc/zenbu/zenbu-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/zenbu/zenbu-9999.ebuild b/app-misc/zenbu/zenbu-9999.ebuild index 9ad3d5a..fa6a94c 100644 --- a/app-misc/zenbu/zenbu-9999.ebuild +++ b/app-misc/zenbu/zenbu-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 2018-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 git-r3 @@ -26,3 +26,4 @@ DEPEND="dev-python/argcomplete[${PYTHON_USEDEP}] dev-python/watchdog[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" +BDEPEND="" |