diff options
author | Sam James <sam@gentoo.org> | 2020-07-30 18:58:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-30 19:34:56 +0000 |
commit | 551ef1600bd0b0c88e9c8f3baf7dc2e0db267993 (patch) | |
tree | f3faedb812641d766484e0f01cb7386848e8e693 /net-p2p | |
parent | app-misc/tmux: amd64 stable (bug #731428) (diff) | |
download | gentoo-551ef1600bd0b0c88e9c8f3baf7dc2e0db267993.tar.gz gentoo-551ef1600bd0b0c88e9c8f3baf7dc2e0db267993.tar.bz2 gentoo-551ef1600bd0b0c88e9c8f3baf7dc2e0db267993.zip |
net-p2p/qbittorrent: amd64 stable (bug #733572)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.5.ebuild b/net-p2p/qbittorrent/qbittorrent-4.2.5.ebuild index 3244261dacce..5a84f41f7036 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.2.5.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.2.5.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git" else SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc64 ~x86" S="${WORKDIR}/qBittorrent-release-${PV}" fi |