diff options
author | Sam James <sam@gentoo.org> | 2023-04-12 02:50:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-12 02:50:00 +0100 |
commit | 6f3a92ba8a6449a1a013e3bcca32d767bdf762e0 (patch) | |
tree | 43ea6027b5898e8b268478f66f96b9c5226180df /net-misc | |
parent | net-misc/gallery-dl: Stabilize 1.25.0 amd64, #904195 (diff) | |
download | gentoo-6f3a92ba8a6449a1a013e3bcca32d767bdf762e0.tar.gz gentoo-6f3a92ba8a6449a1a013e3bcca32d767bdf762e0.tar.bz2 gentoo-6f3a92ba8a6449a1a013e3bcca32d767bdf762e0.zip |
net-misc/gallery-dl: Stabilize 1.25.0 x86, #904195
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild index 9851ea3276ba..a3306ce790b0 100644 --- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.25.0.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" |