diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 17:53:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 17:53:03 +0000 |
commit | 556a83f08590b489c176af5d8917fba12654eca5 (patch) | |
tree | cced8d22338a8cbddcc2b288effc71337ba4696f /gui-apps | |
parent | gui-apps/slurp: Stabilize 1.5.0 amd64, #922398 (diff) | |
download | gentoo-556a83f08590b489c176af5d8917fba12654eca5.tar.gz gentoo-556a83f08590b489c176af5d8917fba12654eca5.tar.bz2 gentoo-556a83f08590b489c176af5d8917fba12654eca5.zip |
gui-apps/slurp: Stabilize 1.5.0 x86, #922398
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/slurp/slurp-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/slurp/slurp-1.5.0.ebuild b/gui-apps/slurp/slurp-1.5.0.ebuild index 75c8a9c299b4..846411053ca0 100644 --- a/gui-apps/slurp/slurp-1.5.0.ebuild +++ b/gui-apps/slurp/slurp-1.5.0.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 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="MIT" |