diff options
author | Sam James <sam@gentoo.org> | 2023-04-12 02:49:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-12 02:49:58 +0100 |
commit | bc7bf2264148b732f32c28027036d4f0f14a84fc (patch) | |
tree | 7521a44e36ce8209e3f7f6c8271c2005af74c185 /net-misc/gallery-dl | |
parent | dev-lang/nim: Stabilize 1.6.12 amd64, #904194 (diff) | |
download | gentoo-bc7bf2264148b732f32c28027036d4f0f14a84fc.tar.gz gentoo-bc7bf2264148b732f32c28027036d4f0f14a84fc.tar.bz2 gentoo-bc7bf2264148b732f32c28027036d4f0f14a84fc.zip |
net-misc/gallery-dl: Stabilize 1.25.0 amd64, #904195
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/gallery-dl')
-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 023085f92f03..9851ea3276ba 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" |