www-client/qutebrowser: Bump 9999
authorGuillaume Seren <guillaumeseren@gmail.com>
Mon, 9 Dec 2019 15:54:27 +0000 (16:54 +0100)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 10 Dec 2019 17:25:27 +0000 (19:25 +0200)
Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com>
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
www-client/qutebrowser/qutebrowser-9999.ebuild

index 9808d790b8a3c08d82afaaf4d56822c5afd67b44..4786a63c56fb514355220b9b7307d3c20f80f773 100644 (file)
@@ -1,10 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{3_5,3_6} )
+EAPI=7
 
-inherit distutils-r1 eutils gnome2-utils xdg-utils
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
+
+inherit distutils-r1 eutils xdg-utils
 
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
@@ -21,11 +22,11 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="scripts test"
 
-COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${COMMON_DEPEND}
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
        app-text/asciidoc
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="
        dev-python/attrs[${PYTHON_USEDEP}]
        >=dev-python/jinja-2.8[${PYTHON_USEDEP}]
        >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}]
@@ -44,7 +45,7 @@ RESTRICT="test"
 
 python_compile_all() {
        if [[ ${PV} == "9999" ]]; then
-               "${PYTHON}" scripts/asciidoc2html.py || die "Failed generating docs"
+               "${EPYTHON}" scripts/asciidoc2html.py || die "Failed generating docs"
        fi
 
        a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page"