diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-29 00:20:17 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-29 00:21:19 +0200 |
commit | 362d65add51a59f55abdb8451f3a558ad6490f94 (patch) | |
tree | d50d2d566f7e248c3b9a205f9e1e167be2feac2e /net-p2p/qbittorrent | |
parent | media-libs/libpng: arm64 stable. (diff) | |
download | gentoo-362d65add51a59f55abdb8451f3a558ad6490f94.tar.gz gentoo-362d65add51a59f55abdb8451f3a558ad6490f94.tar.bz2 gentoo-362d65add51a59f55abdb8451f3a558ad6490f94.zip |
net-p2p/qbittorrent: arm stable (bug 530720).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild index 485a4b94e5f5..8ae2e0ecdeef 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.3.10.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 ~ppc64 x86" S=${WORKDIR}/${MY_P} fi |