diff options
author | 2025-01-31 09:41:23 +0200 | |
---|---|---|
committer | 2025-01-31 09:41:23 +0200 | |
commit | 154dbc03dc720602aeee5b370b86615a209d279b (patch) | |
tree | 52df6a0cf279bede36cba567f56c6c96ac94104b /x11-misc | |
parent | x11-misc/qps: Stabilize 2.10.0 arm64, #949084 (diff) | |
download | gentoo-154dbc03dc720602aeee5b370b86615a209d279b.tar.gz gentoo-154dbc03dc720602aeee5b370b86615a209d279b.tar.bz2 gentoo-154dbc03dc720602aeee5b370b86615a209d279b.zip |
x11-misc/screengrab: Stabilize 2.9.0 arm64, #949084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/screengrab/screengrab-2.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/screengrab/screengrab-2.9.0.ebuild b/x11-misc/screengrab/screengrab-2.9.0.ebuild index c912f4e08772..ef2ea16ae5cc 100644 --- a/x11-misc/screengrab/screengrab-2.9.0.ebuild +++ b/x11-misc/screengrab/screengrab-2.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+ LGPL-2.1+" |