Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: app-editors/pluma/
Date: Wed, 09 Jun 2021 02:05:44
Message-Id: 1623204294.cc19be52f3f4dcc2d057c344590d02d83bfd5365.np-hardass@gentoo
1 commit: cc19be52f3f4dcc2d057c344590d02d83bfd5365
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 01:48:05 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 02:04:54 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=cc19be52
7
8 app-editors/pluma: Sync with ::gentoo
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 app-editors/pluma/pluma-1.24.0.ebuild | 6 +++---
14 app-editors/pluma/pluma-1.24.1.ebuild | 8 ++++----
15 2 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/app-editors/pluma/pluma-1.24.0.ebuild b/app-editors/pluma/pluma-1.24.0.ebuild
18 index 31c1ba5..66163bb 100644
19 --- a/app-editors/pluma/pluma-1.24.0.ebuild
20 +++ b/app-editors/pluma/pluma-1.24.0.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 MATE_LA_PUNT="yes"
29
30 -PYTHON_COMPAT=( python{3_6,3_7} )
31 +PYTHON_COMPAT=( python3_7 )
32
33 inherit mate python-single-r1 virtualx
34
35 @@ -77,5 +77,5 @@ src_test() {
36
37 unset DBUS_SESSION_BUS_ADDRESS
38
39 - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
40 + GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
41 }
42
43 diff --git a/app-editors/pluma/pluma-1.24.1.ebuild b/app-editors/pluma/pluma-1.24.1.ebuild
44 index 9d5382f..9add36a 100644
45 --- a/app-editors/pluma/pluma-1.24.1.ebuild
46 +++ b/app-editors/pluma/pluma-1.24.1.ebuild
47 @@ -1,16 +1,16 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53
54 MATE_LA_PUNT="yes"
55
56 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
57 +PYTHON_COMPAT=( python{3_7,3_8,3_9} )
58
59 inherit mate python-single-r1 virtualx
60
61 if [[ ${PV} != 9999 ]]; then
62 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
63 + KEYWORDS="amd64 ~arm ~arm64 x86"
64 fi
65
66 DESCRIPTION="Pluma text editor for the MATE desktop"
67 @@ -77,5 +77,5 @@ src_test() {
68
69 unset DBUS_SESSION_BUS_ADDRESS
70
71 - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
72 + GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
73 }