diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 17:26:47 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 17:26:47 +0200 |
commit | 12b81926250725602d60e047707acd345663a102 (patch) | |
tree | 20e314096aa4f862eac011d2db8623a37b824ed2 /gui-apps | |
parent | gui-apps/grim: Stabilize 1.4.0-r3 amd64, #901811 (diff) | |
download | gentoo-12b81926250725602d60e047707acd345663a102.tar.gz gentoo-12b81926250725602d60e047707acd345663a102.tar.bz2 gentoo-12b81926250725602d60e047707acd345663a102.zip |
gui-apps/grim: Stabilize 1.4.0-r3 x86, #901811
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/grim/grim-1.4.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/grim/grim-1.4.0-r3.ebuild b/gui-apps/grim/grim-1.4.0-r3.ebuild index 625ad4539f68..a171718c6989 100644 --- a/gui-apps/grim/grim-1.4.0-r3.ebuild +++ b/gui-apps/grim/grim-1.4.0-r3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}" else SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="MIT" |