commit:     0a9f8ada19c1dd704f38a480f41b1b8da72d4365
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 20:06:49 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 20:21:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9f8ada

www-client/pybugz: migrate to eapi 7

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 www-client/pybugz/pybugz-0.13.ebuild | 3 +--
 www-client/pybugz/pybugz-9999.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/www-client/pybugz/pybugz-0.13.ebuild 
b/www-client/pybugz/pybugz-0.13.ebuild
index 8f3af9a1b3c..6f6f4a10f26 100644
--- a/www-client/pybugz/pybugz-0.13.ebuild
+++ b/www-client/pybugz/pybugz-0.13.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="readline(+)"
 
@@ -11,7 +11,6 @@ if [ "${PV}" = "9999" ]; then
 else
        SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x86-solaris"
-       inherit vcs-snapshot
 fi
 
 inherit bash-completion-r1 distutils-r1

diff --git a/www-client/pybugz/pybugz-9999.ebuild 
b/www-client/pybugz/pybugz-9999.ebuild
index 41c97b138b4..771fc0b4610 100644
--- a/www-client/pybugz/pybugz-9999.ebuild
+++ b/www-client/pybugz/pybugz-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="readline(+)"
 
@@ -11,7 +11,6 @@ if [ "${PV}" = "9999" ]; then
 else
        SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x86-solaris"
-       inherit vcs-snapshot
 fi
 
 inherit bash-completion-r1 distutils-r1

Reply via email to