From 242d8d194d68098f0aa1c28daa25dade53bcbc91 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Thu, 16 Jan 2020 22:19:18 +0300 Subject: net-p2p/qbittorrent: mark stable Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p/qbittorrent') 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 -- cgit v1.2.3-65-gdbad