diff options
author | Sam James <sam@gentoo.org> | 2020-09-04 18:02:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-04 18:03:51 +0000 |
commit | fcb4eca8e65412e4313928ada4a106ba68249803 (patch) | |
tree | f8e4ead96cab43d5d34ac312c55afc28ffe59a11 /gui-apps/grim | |
parent | gui-apps/slurp: Stabilize 1.2.0 amd64, #737820 (diff) | |
download | gentoo-fcb4eca8e65412e4313928ada4a106ba68249803.tar.gz gentoo-fcb4eca8e65412e4313928ada4a106ba68249803.tar.bz2 gentoo-fcb4eca8e65412e4313928ada4a106ba68249803.zip |
gui-apps/grim: Stabilize 1.3.1 amd64, #737822
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps/grim')
-rw-r--r-- | gui-apps/grim/grim-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild index 314e4d76d166..f688ffa4dade 100644 --- a/gui-apps/grim/grim-1.3.1.ebuild +++ b/gui-apps/grim/grim-1.3.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/emersion/${PN}.git" else SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" fi LICENSE="MIT" |