diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-03-10 11:49:45 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-03-10 11:59:10 +0100 |
commit | 7aef74491adea8b70e375e7be4e804128445fc0d (patch) | |
tree | e33941c2b45ec9aebc2851e9605ce084821b952c /net-p2p/qbittorrent | |
parent | net-p2p/deluge: x86 stable wrt bug #530720 (diff) | |
download | gentoo-7aef74491adea8b70e375e7be4e804128445fc0d.tar.gz gentoo-7aef74491adea8b70e375e7be4e804128445fc0d.tar.bz2 gentoo-7aef74491adea8b70e375e7be4e804128445fc0d.zip |
net-p2p/qbittorrent: x86 stable wrt bug #530720
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
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 d476a3be6053..f33532cd9f02 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 |