From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55126138359 for ; Mon, 7 Sep 2020 17:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 200D0E0984; Mon, 7 Sep 2020 17:32:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A9D6E0984 for ; Mon, 7 Sep 2020 17:32:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B542B33D5A5 for ; Mon, 7 Sep 2020 17:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 223BC339 for ; Mon, 7 Sep 2020 17:32:24 +0000 (UTC) From: "Brian Gloyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Gloyer" Message-ID: <1599499439.88fd2b7316bce0e35e214536c6fc3f2b7a75fe9a.brian.gloyer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/pacvis/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/pacvis/pacvis-0.4.2.ebuild app-portage/pacvis/pacvis-9999.ebuild X-VCS-Directories: app-portage/pacvis/ X-VCS-Committer: brian.gloyer X-VCS-Committer-Name: Brian Gloyer X-VCS-Revision: 88fd2b7316bce0e35e214536c6fc3f2b7a75fe9a X-VCS-Branch: dev Date: Mon, 7 Sep 2020 17:32:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c0f0648-7a85-4ee7-9334-3463bda416e5 X-Archives-Hash: 1afbbded15b37d80ddd8ce3e093bea9a commit: 88fd2b7316bce0e35e214536c6fc3f2b7a75fe9a Author: brian gloyer gmail com> AuthorDate: Mon Sep 7 17:18:53 2020 +0000 Commit: Brian Gloyer gmail com> 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 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 2e20d84..31ce08a 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 90458ae..48a4dff 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