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 6D3CE138350 for ; Sat, 25 Apr 2020 13:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD611E0898; Sat, 25 Apr 2020 13:34:07 +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 915A0E0898 for ; Sat, 25 Apr 2020 13:34:07 +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 9B29534F08B for ; Sat, 25 Apr 2020 13:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 256251C5 for ; Sat, 25 Apr 2020 13:34:05 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1587821607.45c353d11d8356a7a522c1b0a9bc3c81728eb4f6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/krop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/krop/krop-0.5.1-r1.ebuild app-text/krop/krop-9999.ebuild X-VCS-Directories: app-text/krop/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 45c353d11d8356a7a522c1b0a9bc3c81728eb4f6 X-VCS-Branch: master Date: Sat, 25 Apr 2020 13:34:05 +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: 76fccb10-9532-4378-b81a-ef8f05f131a6 X-Archives-Hash: c3733b517b58ce779440633ccf4f1f3e commit: 45c353d11d8356a7a522c1b0a9bc3c81728eb4f6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 25 13:33:27 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Apr 25 13:33:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c353d1 app-text/krop: Allow Python 3.7 and 3.8 Closes: https://bugs.gentoo.org/718254 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/krop/krop-0.5.1-r1.ebuild | 2 +- app-text/krop/krop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/krop/krop-0.5.1-r1.ebuild b/app-text/krop/krop-0.5.1-r1.ebuild index 3a3c251466e..e9619cb9db0 100644 --- a/app-text/krop/krop-0.5.1-r1.ebuild +++ b/app-text/krop/krop-0.5.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit desktop distutils-r1 xdg-utils diff --git a/app-text/krop/krop-9999.ebuild b/app-text/krop/krop-9999.ebuild index 67c084e81c6..5dbe780b3d8 100644 --- a/app-text/krop/krop-9999.ebuild +++ b/app-text/krop/krop-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit desktop distutils-r1 xdg-utils