Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/screengrab/
Date: Tue, 18 Jan 2022 11:35:09
Message-Id: 1642505241.293aa80f462aa128c7732897ac1a0aaae32392e0.jsmolic@gentoo
1 commit: 293aa80f462aa128c7732897ac1a0aaae32392e0
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 11:27:21 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 11:27:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293aa80f
7
8 x11-misc/screengrab: Stabilize 2.2.0 amd64, #831374
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 x11-misc/screengrab/screengrab-2.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/screengrab/screengrab-2.2.0.ebuild b/x11-misc/screengrab/screengrab-2.2.0.ebuild
16 index 9a021a145f8d..f7c628347b01 100644
17 --- a/x11-misc/screengrab/screengrab-2.2.0.ebuild
18 +++ b/x11-misc/screengrab/screengrab-2.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
26
27 LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
31 IUSE=""
32
33 BDEPEND="dev-qt/linguist-tools:5"