diff options
author | 2022-05-31 09:09:52 +0200 | |
---|---|---|
committer | 2022-05-31 09:09:52 +0200 | |
commit | 0c21c910b10212d88deea201b8b2748282dda2b3 (patch) | |
tree | 32a4de70f7805b54fdd1dc5caf93d32783fc3e8d /net-misc | |
parent | app-doc/halibut: amd64 stable wrt bug #848528 (diff) | |
download | gentoo-0c21c910b10212d88deea201b8b2748282dda2b3.tar.gz gentoo-0c21c910b10212d88deea201b8b2748282dda2b3.tar.bz2 gentoo-0c21c910b10212d88deea201b8b2748282dda2b3.zip |
net-misc/gallery-dl: arm stable wrt bug #848573
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.21.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild index 4fb3e482e72a..6a1e8d4d6288 100644 --- a/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.21.2.ebuild @@ -16,7 +16,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}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" fi LICENSE="GPL-2" |