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 D66D213835A for ; Tue, 1 Jun 2021 13:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17629E07B3; Tue, 1 Jun 2021 13:06:46 +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 EFAEAE07B3 for ; Tue, 1 Jun 2021 13:06:45 +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 0DEC0340F22 for ; Tue, 1 Jun 2021 13:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A267D793 for ; Tue, 1 Jun 2021 13:06:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622552794.72e0495a46bffdf10e4f9eb8b20f0a8126fea334.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild media-sound/mps-youtube/mps-youtube-9999.ebuild X-VCS-Directories: media-sound/mps-youtube/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 72e0495a46bffdf10e4f9eb8b20f0a8126fea334 X-VCS-Branch: master Date: Tue, 1 Jun 2021 13:06:43 +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: c806ce24-7ec7-4f21-baf9-b9f7a8ccb062 X-Archives-Hash: b2744d6196027b031a4b46eabb84a5c3 commit: 72e0495a46bffdf10e4f9eb8b20f0a8126fea334 Author: Sam James gentoo org> AuthorDate: Tue Jun 1 13:05:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 1 13:06:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e0495a media-sound/mps-youtube: add Python 3.9 Closes: https://bugs.gentoo.org/793704 Signed-off-by: Sam James gentoo.org> media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild | 5 +++-- media-sound/mps-youtube/mps-youtube-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild index dd41c61da64..82b44f71fd6 100644 --- a/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild +++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) + +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild index dd41c61da64..82b44f71fd6 100644 --- a/media-sound/mps-youtube/mps-youtube-9999.ebuild +++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) + +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1