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 AF5BE138350 for ; Sat, 18 Apr 2020 03:02:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2FA9E08FF; Sat, 18 Apr 2020 03:02:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9A968E08FF for ; Sat, 18 Apr 2020 03:02:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 21EEA34F199 for ; Sat, 18 Apr 2020 03:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B792D1DE for ; Sat, 18 Apr 2020 03:02:12 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1587178417.b977267dfc20dfedd7c65b8d1f76e14dccf1bdba.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gpgme/gpgme-1.13.0-r1.ebuild app-crypt/gpgme/gpgme-1.13.0.ebuild app-crypt/gpgme/gpgme-1.13.1.ebuild X-VCS-Directories: app-crypt/gpgme/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: b977267dfc20dfedd7c65b8d1f76e14dccf1bdba X-VCS-Branch: master Date: Sat, 18 Apr 2020 03:02:12 +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: f2232ac3-c234-4cfc-97d1-d34b129fbc76 X-Archives-Hash: e7df6a0d08abd1e543b5b1567fd909f9 commit: b977267dfc20dfedd7c65b8d1f76e14dccf1bdba Author: Craig Andrews gentoo org> AuthorDate: Sat Apr 18 02:53:37 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Apr 18 02:53:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b977267d app-crypt/gpgme: Python 3.8 compatibility Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews gentoo.org> app-crypt/gpgme/gpgme-1.13.0-r1.ebuild | 2 +- app-crypt/gpgme/gpgme-1.13.0.ebuild | 2 +- app-crypt/gpgme/gpgme-1.13.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild b/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild index 124db5b26b6..cc0b184d2ef 100644 --- a/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild +++ b/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs diff --git a/app-crypt/gpgme/gpgme-1.13.0.ebuild b/app-crypt/gpgme/gpgme-1.13.0.ebuild index 4f9a829ea5e..f4c1a7f8180 100644 --- a/app-crypt/gpgme/gpgme-1.13.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs diff --git a/app-crypt/gpgme/gpgme-1.13.1.ebuild b/app-crypt/gpgme/gpgme-1.13.1.ebuild index 18f3e6fe6ef..ebcbbf49ad9 100644 --- a/app-crypt/gpgme/gpgme-1.13.1.ebuild +++ b/app-crypt/gpgme/gpgme-1.13.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs