diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-15 12:23:39 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-15 12:23:39 +0000 |
commit | e00e589e077898526aef214ab1e29594e6e49f8a (patch) | |
tree | c9164848c636305e4679b5491b4dc92474af6bf2 /net-misc/gallery-dl | |
parent | app-shells/starship: Add 1.15.0 (diff) | |
download | gentoo-e00e589e077898526aef214ab1e29594e6e49f8a.tar.gz gentoo-e00e589e077898526aef214ab1e29594e6e49f8a.tar.bz2 gentoo-e00e589e077898526aef214ab1e29594e6e49f8a.zip |
net-misc/gallery-dl: Stabilize 1.25.8 ALLARCHES, #912299
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/gallery-dl')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.25.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild b/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild index b3da2a9c870f..e83e798733f1 100644 --- a/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.25.8.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" |