diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-28 22:49:14 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-28 22:49:14 +0100 |
commit | 5de3627594849527cc8dbb058917f54ff0418105 (patch) | |
tree | fd1b8ecf7f8c18324b6be728970a6d15b8c273ce /net-misc/gallery-dl | |
parent | dev-python/blosc: Stabilize 1.11.1 amd64, #892457 (diff) | |
download | gentoo-5de3627594849527cc8dbb058917f54ff0418105.tar.gz gentoo-5de3627594849527cc8dbb058917f54ff0418105.tar.bz2 gentoo-5de3627594849527cc8dbb058917f54ff0418105.zip |
net-misc/gallery-dl: Stabilize 1.24.2 x86, #892467
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc/gallery-dl')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild index 9dcd7bdbba2f..ce8b04e455e5 100644 --- a/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/mikf/${PN}.git" else SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" fi LICENSE="GPL-2" |