diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 17:26:46 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 17:26:46 +0200 |
commit | e908628b4676d5ae6728dbbd57e5902dce2c913c (patch) | |
tree | f5331297d794042d75fd75eda22edbfc39229bdb /gui-apps | |
parent | xfce-extra/xfce4-datetime-plugin: Stabilize 0.8.3 ppc64, #901767 (diff) | |
download | gentoo-e908628b4676d5ae6728dbbd57e5902dce2c913c.tar.gz gentoo-e908628b4676d5ae6728dbbd57e5902dce2c913c.tar.bz2 gentoo-e908628b4676d5ae6728dbbd57e5902dce2c913c.zip |
gui-apps/grim: Stabilize 1.4.0-r3 amd64, #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 c7d894147e60..625ad4539f68 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" |