commit: cc19be52f3f4dcc2d057c344590d02d83bfd5365
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 9 01:48:05 2021 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Jun 9 02:04:54 2021 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=cc19be52
app-editors/pluma: Sync with ::gentoo
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
app-editors/pluma/pluma-1.24.0.ebuild | 6 +++---
app-editors/pluma/pluma-1.24.1.ebuild | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-editors/pluma/pluma-1.24.0.ebuild
b/app-editors/pluma/pluma-1.24.0.ebuild
index 31c1ba5..66163bb 100644
--- a/app-editors/pluma/pluma-1.24.0.ebuild
+++ b/app-editors/pluma/pluma-1.24.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_7 )
inherit mate python-single-r1 virtualx
@@ -77,5 +77,5 @@ src_test() {
unset DBUS_SESSION_BUS_ADDRESS
- GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
+ GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
}
diff --git a/app-editors/pluma/pluma-1.24.1.ebuild
b/app-editors/pluma/pluma-1.24.1.ebuild
index 9d5382f..9add36a 100644
--- a/app-editors/pluma/pluma-1.24.1.ebuild
+++ b/app-editors/pluma/pluma-1.24.1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
inherit mate python-single-r1 virtualx
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="Pluma text editor for the MATE desktop"
@@ -77,5 +77,5 @@ src_test() {
unset DBUS_SESSION_BUS_ADDRESS
- GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
+ GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
}