Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/
Date: Fri, 07 Aug 2020 03:18:32
Message-Id: 1596770263.403c0ae7e465bb4349d475a71dd5bee16d9c43f7.np-hardass@gentoo
1 commit: 403c0ae7e465bb4349d475a71dd5bee16d9c43f7
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 01:20:24 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 03:17:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403c0ae7
7
8 app-editors/pluma: Stabilize 1.24.0 for amd64, x86
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 app-editors/pluma/pluma-1.24.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-editors/pluma/pluma-1.24.0.ebuild b/app-editors/pluma/pluma-1.24.0.ebuild
17 index ae1a569e5be..31c1ba51542 100644
18 --- a/app-editors/pluma/pluma-1.24.0.ebuild
19 +++ b/app-editors/pluma/pluma-1.24.0.ebuild
20 @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python{3_6,3_7} )
21 inherit mate python-single-r1 virtualx
22
23 if [[ ${PV} != 9999 ]]; then
24 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25 + KEYWORDS="amd64 ~arm ~arm64 x86"
26 fi
27
28 DESCRIPTION="Pluma text editor for the MATE desktop"