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 B8972138334 for ; Wed, 4 Dec 2019 20:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7955E083B; Wed, 4 Dec 2019 20:17:32 +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 8B088E0826 for ; Wed, 4 Dec 2019 20:17:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1300234D7BE for ; Wed, 4 Dec 2019 20:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996298CB for ; Wed, 4 Dec 2019 20:17:28 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1575490638.2499377155ca2bc32ab9185ca5ba7f45e73a804e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpeas/libpeas-1.22.0.ebuild X-VCS-Directories: dev-libs/libpeas/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2499377155ca2bc32ab9185ca5ba7f45e73a804e X-VCS-Branch: master Date: Wed, 4 Dec 2019 20:17:28 +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: 12797f96-b84f-4dee-a0aa-91d09c8649e6 X-Archives-Hash: 198b595621c3b481dd6df2e3e8d29199 commit: 2499377155ca2bc32ab9185ca5ba7f45e73a804e Author: Matt Turner gentoo org> AuthorDate: Wed Dec 4 20:07:37 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 4 20:17:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24993771 dev-libs/libpeas: enable python3.8 Signed-off-by: Matt Turner gentoo.org> dev-libs/libpeas/libpeas-1.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libpeas/libpeas-1.22.0.ebuild b/dev-libs/libpeas/libpeas-1.22.0.ebuild index 458f5c4b5ba..d9d5ac17988 100644 --- a/dev-libs/libpeas/libpeas-1.22.0.ebuild +++ b/dev-libs/libpeas/libpeas-1.22.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7,3_8} ) inherit autotools eutils gnome2 multilib python-single-r1 virtualx