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 12008138350 for ; Mon, 10 Feb 2020 11:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8824FE091C; Mon, 10 Feb 2020 11:54:26 +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 44302E0917 for ; Mon, 10 Feb 2020 11:54:26 +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 3A3B134E9C1 for ; Mon, 10 Feb 2020 11:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03AD6138 for ; Mon, 10 Feb 2020 11:54:21 +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: <1581335639.7a04c537afab67570c2065f3fb7c1f967df506a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/unsymlink-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild X-VCS-Directories: app-portage/unsymlink-lib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7a04c537afab67570c2065f3fb7c1f967df506a2 X-VCS-Branch: master Date: Mon, 10 Feb 2020 11:54:21 +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: e08ec2b3-8358-4f78-9651-d72cd49fe554 X-Archives-Hash: daea8ab9865504a0d90096f3063c4369 commit: 7a04c537afab67570c2065f3fb7c1f967df506a2 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 11:30:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 11:53:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a04c537 app-portage/unsymlink-lib: Remove py2 Signed-off-by: Michał Górny gentoo.org> app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild | 2 +- app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild index fd0b8bdca31..e70e33b01d9 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no" diff --git a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild index 9820f661ba5..2e579b57e72 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit git-r3 python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no"