diff options
-rw-r--r-- | x11-misc/screengrab/screengrab-2.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/screengrab/screengrab-2.8.0.ebuild b/x11-misc/screengrab/screengrab-2.8.0.ebuild index 479380f3295e..59943066ffe6 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+" |