diff options
author | 2018-08-02 20:34:29 -0400 | |
---|---|---|
committer | 2018-08-02 20:34:29 -0400 | |
commit | 75406c8ad02e72b94234c6ec1b1317f944863c14 (patch) | |
tree | cf21dddfd01f62eeb4dec7159ed8334c62741463 /net-p2p | |
parent | app-emulation/wine-vanilla: remove unused flags from metadata.xml (diff) | |
download | musl-75406c8ad02e72b94234c6ec1b1317f944863c14.tar.gz musl-75406c8ad02e72b94234c6ec1b1317f944863c14.tar.bz2 musl-75406c8ad02e72b94234c6ec1b1317f944863c14.zip |
Add arm64 keywords globally
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild b/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild index 361277d3..ef94ab44 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then else MY_P=${P/_} SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" S=${WORKDIR}/${MY_P} fi |