commit: 88fd2b7316bce0e35e214536c6fc3f2b7a75fe9a
Author: brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Mon Sep 7 17:18:53 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Sep 7 17:23:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88fd2b73
app-portage/pacvis: added python3_8
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>
app-portage/pacvis/pacvis-0.4.2.ebuild | 4 ++--
app-portage/pacvis/pacvis-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-portage/pacvis/pacvis-0.4.2.ebuild
b/app-portage/pacvis/pacvis-0.4.2.ebuild
index 2e20d84a..31ce08a3 100644
--- a/app-portage/pacvis/pacvis-0.4.2.ebuild
+++ b/app-portage/pacvis/pacvis-0.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1
diff --git a/app-portage/pacvis/pacvis-9999.ebuild
b/app-portage/pacvis/pacvis-9999.ebuild
index 90458ae6..48a4dff0 100644
--- a/app-portage/pacvis/pacvis-9999.ebuild
+++ b/app-portage/pacvis/pacvis-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
EGIT_REPO_URI="https://github.com/bgloyer/pacvis.git"
inherit distutils-r1 git-r3