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 4CBAC13835A for ; Sun, 2 Aug 2020 12:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50088E0C19; Sun, 2 Aug 2020 12:03:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 38F8CE0C19 for ; Sun, 2 Aug 2020 12:03:04 +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 6BD2B34F30D for ; Sun, 2 Aug 2020 12:03:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC4AA301 for ; Sun, 2 Aug 2020 12:03:01 +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: <1596369768.a86e1803e1e2f1267f5a3394e6cdacdb9a9a51ce.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/alsa-lib/alsa-lib-1.2.2-r1.ebuild media-libs/alsa-lib/alsa-lib-1.2.3.1.ebuild media-libs/alsa-lib/alsa-lib-1.2.3.2.ebuild X-VCS-Directories: media-libs/alsa-lib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a86e1803e1e2f1267f5a3394e6cdacdb9a9a51ce X-VCS-Branch: master Date: Sun, 2 Aug 2020 12:03:01 +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: 5157a84b-7034-480a-b792-4170dd2ee7e8 X-Archives-Hash: 922acb99cad5edbe4494f8a8e0b15a49 commit: a86e1803e1e2f1267f5a3394e6cdacdb9a9a51ce Author: Michał Górny gentoo org> AuthorDate: Sun Aug 2 11:53:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 2 12:02:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86e1803 media-libs/alsa-lib: Remove py2.7 Signed-off-by: Michał Górny gentoo.org> media-libs/alsa-lib/alsa-lib-1.2.2-r1.ebuild | 2 +- media-libs/alsa-lib/alsa-lib-1.2.3.1.ebuild | 2 +- media-libs/alsa-lib/alsa-lib-1.2.3.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/alsa-lib/alsa-lib-1.2.2-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.2.2-r1.ebuild index 4f118f5082f..5ba02539803 100644 --- a/media-libs/alsa-lib/alsa-lib-1.2.2-r1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.2.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools multilib-minimal python-single-r1 DESCRIPTION="Advanced Linux Sound Architecture Library" diff --git a/media-libs/alsa-lib/alsa-lib-1.2.3.1.ebuild b/media-libs/alsa-lib/alsa-lib-1.2.3.1.ebuild index e11bdf33b0a..4b268d8fb2c 100644 --- a/media-libs/alsa-lib/alsa-lib-1.2.3.1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.2.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools multilib-minimal python-single-r1 DESCRIPTION="Advanced Linux Sound Architecture Library" diff --git a/media-libs/alsa-lib/alsa-lib-1.2.3.2.ebuild b/media-libs/alsa-lib/alsa-lib-1.2.3.2.ebuild index e11bdf33b0a..4b268d8fb2c 100644 --- a/media-libs/alsa-lib/alsa-lib-1.2.3.2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.2.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools multilib-minimal python-single-r1 DESCRIPTION="Advanced Linux Sound Architecture Library"