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 D8EB313835B for ; Tue, 26 May 2020 03:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 962E7E086E; Tue, 26 May 2020 03:10:48 +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 7D83BE086E for ; Tue, 26 May 2020 03:10:48 +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 10C1334F010 for ; Tue, 26 May 2020 03:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98105268 for ; Tue, 26 May 2020 03:10:44 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1590462641.8dfb8e4d09a0d308b5ed49f866075f2caa87e270.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8dfb8e4d09a0d308b5ed49f866075f2caa87e270 X-VCS-Branch: master Date: Tue, 26 May 2020 03:10:44 +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: ffb10ab8-c22c-4c10-a09a-2a45edda5b4f X-Archives-Hash: 256ef6fd44b47ab228fff6f178dccef3 commit: 8dfb8e4d09a0d308b5ed49f866075f2caa87e270 Author: Mike Gilbert gentoo org> AuthorDate: Tue May 26 03:04:50 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue May 26 03:10:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfb8e4d app-portage/unsymlink-lib: python3.8 Signed-off-by: Mike Gilbert 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 e70e33b01d9..ed7fca696e9 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=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) 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 2e579b57e72..82f1121193d 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=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit git-r3 python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no"