From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1133718-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 82C3C138334 for <garchives@archives.gentoo.org>; Thu, 26 Dec 2019 15:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFED6E0D55; Thu, 26 Dec 2019 15:38:49 +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 92254E0D55 for <gentoo-commits@lists.gentoo.org>; Thu, 26 Dec 2019 15:38:49 +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 0BB1034DBA6 for <gentoo-commits@lists.gentoo.org>; Thu, 26 Dec 2019 15:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CAE740 for <gentoo-commits@lists.gentoo.org>; Thu, 26 Dec 2019 15:38:46 +0000 (UTC) From: "David Seifert" <soap@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, "David Seifert" <soap@gentoo.org> Message-ID: <1577374711.c322813aec44aafd59a25041bff94cf7e4124ba7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/impressive/impressive-0.13.0_beta1.ebuild X-VCS-Directories: app-office/impressive/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c322813aec44aafd59a25041bff94cf7e4124ba7 X-VCS-Branch: master Date: Thu, 26 Dec 2019 15:38:46 +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: a39ec172-685c-40d0-90c6-ec26ed97948b X-Archives-Hash: 56d01603709b1770a14eab608511fd6f commit: c322813aec44aafd59a25041bff94cf7e4124ba7 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Dec 26 15:38:31 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Dec 26 15:38:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c322813a app-office/impressive: Remove py3.8 for now Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap <AT> gentoo.org> app-office/impressive/impressive-0.13.0_beta1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/impressive/impressive-0.13.0_beta1.ebuild b/app-office/impressive/impressive-0.13.0_beta1.ebuild index f1f11adfb70..29ebc7e32d4 100644 --- a/app-office/impressive/impressive-0.13.0_beta1.ebuild +++ b/app-office/impressive/impressive-0.13.0_beta1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_7 ) inherit eutils python-r1