From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1174308-garchives=archives.gentoo.org@lists.gentoo.org>
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 <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Tue, 26 May 2020 03:10:44 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
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" <floppym@gentoo.org>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
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 <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 03:04:50 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> 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 <floppym <AT> 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"