diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:02:23 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:02:23 +0200 |
commit | 1e8eecf19413a3af8830042f80a22159827cc8be (patch) | |
tree | 189581ec8c542fce01e15001e9c90337ee1f9853 /net-misc | |
parent | net-analyzer/wireshark: Stabilize 3.6.2 amd64, #833632 (diff) | |
download | gentoo-1e8eecf19413a3af8830042f80a22159827cc8be.tar.gz gentoo-1e8eecf19413a3af8830042f80a22159827cc8be.tar.bz2 gentoo-1e8eecf19413a3af8830042f80a22159827cc8be.zip |
net-misc/gallery-dl: Keyword 1.20.5 arm, #833493
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.20.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild index ab769bbf4ce8..9af601aacd90 100644 --- a/net-misc/gallery-dl/gallery-dl-1.20.5.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.20.5.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 ~hppa ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~riscv" fi LICENSE="GPL-2" |