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 E4B51139337 for ; Mon, 2 Aug 2021 01:40:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB95E094A; Mon, 2 Aug 2021 01:40:08 +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 D7907E094A for ; Mon, 2 Aug 2021 01:40:07 +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 5B6663436D0 for ; Mon, 2 Aug 2021 01:40:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B694858 for ; Mon, 2 Aug 2021 01:40:02 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1627868337.e20e115fdfe0f03c0bcdc20ba66cc7aa30bc6d99.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/pluma/pluma-1.24.1.ebuild app-editors/pluma/pluma-1.24.2.ebuild X-VCS-Directories: app-editors/pluma/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: e20e115fdfe0f03c0bcdc20ba66cc7aa30bc6d99 X-VCS-Branch: master Date: Mon, 2 Aug 2021 01:40:02 +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: 84a9ab58-d4cc-4f76-8dca-c439f6d0de0c X-Archives-Hash: 3be9de114db6f20c14fdd9cc34ee039b commit: e20e115fdfe0f03c0bcdc20ba66cc7aa30bc6d99 Author: Adam Feldman gentoo org> AuthorDate: Mon Aug 2 00:47:35 2021 +0000 Commit: Adam Feldman gentoo org> CommitDate: Mon Aug 2 01:38:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20e115f app-editors/pluma: Support python 3_9, 3_10 Also fix path in src_test to avoid warning message Bug: https://bugs.gentoo.org/799668 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman gentoo.org> app-editors/pluma/pluma-1.24.1.ebuild | 2 +- app-editors/pluma/pluma-1.24.2.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/pluma/pluma-1.24.1.ebuild b/app-editors/pluma/pluma-1.24.1.ebuild index a325cf16ed2..0757d29b3b3 100644 --- a/app-editors/pluma/pluma-1.24.1.ebuild +++ b/app-editors/pluma/pluma-1.24.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} ) inherit mate python-single-r1 virtualx diff --git a/app-editors/pluma/pluma-1.24.2.ebuild b/app-editors/pluma/pluma-1.24.2.ebuild index 061436117e9..849ab407ba6 100644 --- a/app-editors/pluma/pluma-1.24.2.ebuild +++ b/app-editors/pluma/pluma-1.24.2.ebuild @@ -5,7 +5,7 @@ EAPI=6 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} ) inherit mate python-single-r1 virtualx @@ -73,7 +73,7 @@ src_configure() { src_test() { # FIXME: This should be handled at eclass level. - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die + "${EPREFIX%/}/${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die unset DBUS_SESSION_BUS_ADDRESS