commit: 0f4247540f533f28d820ff722959f2ef2fbc9a98
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:22:26 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 17:22:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f424754
x11-misc/screengrab: Stabilize 2.8.0 arm64, #938702
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-misc/screengrab/screengrab-2.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/screengrab/screengrab-2.8.0.ebuild
b/x11-misc/screengrab/screengrab-2.8.0.ebuild
index 59943066ffe6..b760c224709d 100644
--- a/x11-misc/screengrab/screengrab-2.8.0.ebuild
+++ b/x11-misc/screengrab/screengrab-2.8.0.ebuild
@@ -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 ~riscv"
+ KEYWORDS="amd64 arm64 ~loong ~riscv"
fi
LICENSE="GPL-2 GPL-2+ LGPL-2.1+"