aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian gloyer <brian.gloyer@gmail.com>2020-09-07 10:18:53 -0700
committerbrian gloyer <brian.gloyer@gmail.com>2020-09-07 10:23:59 -0700
commit88fd2b7316bce0e35e214536c6fc3f2b7a75fe9a (patch)
treec12eb8075d95855deb4557100baac9dea7be7486 /app-portage
parentgui-apps/swaylock-{blur -> effects}: Swaylock-blur deprecated (diff)
downloadguru-88fd2b7316bce0e35e214536c6fc3f2b7a75fe9a.tar.gz
guru-88fd2b7316bce0e35e214536c6fc3f2b7a75fe9a.tar.bz2
guru-88fd2b7316bce0e35e214536c6fc3f2b7a75fe9a.zip
app-portage/pacvis: added python3_8
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: brian gloyer <brian.gloyer@gmail.com>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/pacvis/pacvis-0.4.2.ebuild4
-rw-r--r--app-portage/pacvis/pacvis-9999.ebuild4
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 2e20d84ab..31ce08a31 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 90458ae67..48a4dff01 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