diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-14 21:43:06 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-14 21:43:32 +0300 |
commit | ef269c977d65fea3f1ad2648b5cc2b25066e3f55 (patch) | |
tree | e80ca79816b5e77eebd53e79735b84c6ac602014 /net-p2p/qbittorrent | |
parent | media-libs/libmtp: Drop old (diff) | |
download | gentoo-ef269c977d65fea3f1ad2648b5cc2b25066e3f55.tar.gz gentoo-ef269c977d65fea3f1ad2648b5cc2b25066e3f55.tar.bz2 gentoo-ef269c977d65fea3f1ad2648b5cc2b25066e3f55.zip |
net-p2p/qbittorrent: mark stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild index fac9e4a29be2..8634804e8d26 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.1.1.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 |