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 E6FE3138335 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 02E98E0841; Wed, 4 Dec 2019 20:17:33 +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 DB542E0841 for ; Wed, 4 Dec 2019 20:17:32 +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 935C934D7C6 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 D733D8D0 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.6964897b38337fe31204aaca1eb75c01585e403b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild X-VCS-Directories: media-gfx/eog-plugins/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6964897b38337fe31204aaca1eb75c01585e403b 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: c298a1fd-65d5-48a9-803f-4dbeb27fbc95 X-Archives-Hash: 096c0a749bf8b90337f302f07c5159d2 commit: 6964897b38337fe31204aaca1eb75c01585e403b Author: Joonas Niilola gmail com> AuthorDate: Thu Jun 27 14:19:54 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=6964897b media-gfx/eog-plugins: enable python3.{7,8} Signed-off-by: Joonas Niilola gmail.com> Signed-off-by: Matt Turner gentoo.org> media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild b/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild index 8cdfa42dd1c..9a9245ffc3c 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit gnome2 python-single-r1