diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-24 20:37:22 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-24 20:38:04 -0400 |
commit | 91da8b432c40858fac5b22407617c5bd37b6d284 (patch) | |
tree | 2552315fa264539e13f67e21f493a205333088e9 /net-p2p | |
parent | app-emulation/q4wine: amd64 stable wrt bug #653980 (diff) | |
download | gentoo-91da8b432c40858fac5b22407617c5bd37b6d284.tar.gz gentoo-91da8b432c40858fac5b22407617c5bd37b6d284.tar.bz2 gentoo-91da8b432c40858fac5b22407617c5bd37b6d284.zip |
net-p2p/qbittorrent: amd64 stable wrt bug #653976
Bug: https://bugs.gentoo.org/653976
Package-Manager: Portage-2.3.31, Repoman-2.3.9
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 1f76cf096f6e..7e8cef21ed82 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 ~ppc64 ~x86" S=${WORKDIR}/${MY_P} fi |