Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/
Date: Wed, 02 Dec 2020 22:02:38
Message-Id: 1606946538.3eccfbaf959f3114dfd6a1cc5db07133f8ccb0c2.sam@gentoo
1 commit: 3eccfbaf959f3114dfd6a1cc5db07133f8ccb0c2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 22:02:18 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 22:02:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eccfbaf
7
8 app-editors/pluma: Stabilize 1.24.1 amd64, #758101
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/pluma/pluma-1.24.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/pluma/pluma-1.24.1.ebuild b/app-editors/pluma/pluma-1.24.1.ebuild
16 index 9d5382fbcd6..310cb4a8c2d 100644
17 --- a/app-editors/pluma/pluma-1.24.1.ebuild
18 +++ b/app-editors/pluma/pluma-1.24.1.ebuild
19 @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python{3_6,3_7,3_8} )
20 inherit mate python-single-r1 virtualx
21
22 if [[ ${PV} != 9999 ]]; then
23 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~x86"
25 fi
26
27 DESCRIPTION="Pluma text editor for the MATE desktop"