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 D46B8138350 for ; Mon, 10 Feb 2020 12:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE19FE0909; Mon, 10 Feb 2020 12:12:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B7FD9E0909 for ; Mon, 10 Feb 2020 12:12:55 +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 E731634E969 for ; Mon, 10 Feb 2020 12:12:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7881138 for ; Mon, 10 Feb 2020 12:12:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581336754.7f15aa1ad7f29fc7adfd3adb638bfd8b3a676feb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild media-sound/xmms2/xmms2-0.8_p20161122-r5.ebuild X-VCS-Directories: media-sound/xmms2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7f15aa1ad7f29fc7adfd3adb638bfd8b3a676feb X-VCS-Branch: master Date: Mon, 10 Feb 2020 12:12:51 +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: 48ced629-3ff9-4c5f-9f6d-8ee667766eec X-Archives-Hash: b10212a43eec7e8d8908d17f6672dea8 commit: 7f15aa1ad7f29fc7adfd3adb638bfd8b3a676feb Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 12:00:21 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 12:12:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f15aa1a media-sound/xmms2: Remove py2 Signed-off-by: Michał Górny gentoo.org> media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild | 2 +- media-sound/xmms2/xmms2-0.8_p20161122-r5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild b/media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild index b5150186d94..8fe00838c3d 100644 --- a/media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild +++ b/media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) USE_RUBY="ruby23 ruby24 ruby25" inherit eutils multiprocessing python-single-r1 ruby-single toolchain-funcs diff --git a/media-sound/xmms2/xmms2-0.8_p20161122-r5.ebuild b/media-sound/xmms2/xmms2-0.8_p20161122-r5.ebuild index 393d601eabd..22fe230ca3b 100644 --- a/media-sound/xmms2/xmms2-0.8_p20161122-r5.ebuild +++ b/media-sound/xmms2/xmms2-0.8_p20161122-r5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) USE_RUBY="ruby23 ruby24 ruby25" inherit eutils multiprocessing python-single-r1 ruby-single toolchain-funcs