From: Mikle Kolyada Date: Thu, 16 Jan 2020 19:19:18 +0000 (+0300) Subject: net-p2p/qbittorrent: mark stable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=242d8d194d68098f0aa1c28daa25dade53bcbc91;p=gentoo.git net-p2p/qbittorrent: mark stable Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild index 22b2a5ad4a47..91e0d2f3769d 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 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