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 5E9C1138359 for ; Sat, 12 Sep 2020 20:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7116FE0866; Sat, 12 Sep 2020 20:26:55 +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 58F1BE0866 for ; Sat, 12 Sep 2020 20:26:55 +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 697F833BEB4 for ; Sat, 12 Sep 2020 20:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2100235A for ; Sat, 12 Sep 2020 20:26:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599942395.ecf8ddaae1714d40e60481c126c2f42bd212fe39.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmypaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmypaint/libmypaint-1.6.1.ebuild X-VCS-Directories: media-libs/libmypaint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ecf8ddaae1714d40e60481c126c2f42bd212fe39 X-VCS-Branch: master Date: Sat, 12 Sep 2020 20:26:53 +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: fcd4e6c9-40c7-40f2-bf1b-7ef030f49f27 X-Archives-Hash: 523ba5c8b647f1e966cf29df10324aa7 commit: ecf8ddaae1714d40e60481c126c2f42bd212fe39 Author: Sam James gentoo org> AuthorDate: Sat Sep 12 20:25:04 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 12 20:26:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf8ddaa media-libs/libmypaint: add Python 3.6 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> media-libs/libmypaint/libmypaint-1.6.1.ebuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/media-libs/libmypaint/libmypaint-1.6.1.ebuild b/media-libs/libmypaint/libmypaint-1.6.1.ebuild index f091e98a277..385c858d32c 100644 --- a/media-libs/libmypaint/libmypaint-1.6.1.ebuild +++ b/media-libs/libmypaint/libmypaint-1.6.1.ebuild @@ -3,9 +3,9 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) -inherit autotools python-any-r1 toolchain-funcs xdg-utils +inherit autotools python-any-r1 toolchain-funcs MY_PV=${PV/_beta/-beta.} MY_P=${PN}-${MY_PV} @@ -45,14 +45,14 @@ RDEPEND=" src_configure() { tc-ld-disable-gold # bug 589266 econf \ - --disable-debug \ - --disable-docs \ - $(use_enable gegl) \ - --disable-gperftools \ - $(use_enable nls i18n) \ - $(use_enable introspection) \ - $(use_enable openmp) \ - --disable-profiling + --disable-debug \ + --disable-docs \ + $(use_enable gegl) \ + --disable-gperftools \ + $(use_enable nls i18n) \ + $(use_enable introspection) \ + $(use_enable openmp) \ + --disable-profiling } src_install() {