diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-01-24 14:01:40 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-01-24 14:03:51 +0300 |
commit | 74049c36d92ba6b038db6b35b7e21316555bd7d7 (patch) | |
tree | 8d294288055ac259875dfbebc4580fc43f2ea45b /net-p2p/qbittorrent | |
parent | net-p2p/qbittorrent: Version bump (v4.3.3) (diff) | |
download | gentoo-74049c36d92ba6b038db6b35b7e21316555bd7d7.tar.gz gentoo-74049c36d92ba6b038db6b35b7e21316555bd7d7.tar.bz2 gentoo-74049c36d92ba6b038db6b35b7e21316555bd7d7.zip |
net-p2p/qbittorrent: mark stable
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.3.1.ebuild index 15913a17fc03..b4b0593e93f9 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.3.1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 |