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 87A0A138334 for ; Tue, 17 Dec 2019 18:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C61DFE0880; Tue, 17 Dec 2019 18:40:35 +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 A371AE0880 for ; Tue, 17 Dec 2019 18:40:35 +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 BB86F34D9E6 for ; Tue, 17 Dec 2019 18:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FB54993 for ; Tue, 17 Dec 2019 18:40:31 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1576607850.a31e24f7de9cb50ee70c6d669623800a9eaa1364.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild X-VCS-Directories: x11-misc/xflux-gui/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a31e24f7de9cb50ee70c6d669623800a9eaa1364 X-VCS-Branch: master Date: Tue, 17 Dec 2019 18:40:31 +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: 13631041-7ee4-4d0a-9a9e-0d2671f44fb3 X-Archives-Hash: bf06f01fd98048690e2d53e6a91c6e51 commit: a31e24f7de9cb50ee70c6d669623800a9eaa1364 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Dec 17 18:36:54 2019 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Dec 17 18:37:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31e24f7 x11-misc/xflux-gui: add python3.8 support Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild b/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild index 9c62c28fe9a..2f9d630b767 100644 --- a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild +++ b/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 gnome2-utils xdg-utils @@ -29,7 +29,8 @@ RDEPEND=" S="${WORKDIR}/fluxgui-${PV}" python_install() { - # Don't let the package compiling the schemas, as this could cause a file collision + # Don't let the package compiling the schemas, + # as this could cause a file collision export DISABLE_GSCHEMAS_COMPILED="true" distutils-r1_python_install