commit: ef269c977d65fea3f1ad2648b5cc2b25066e3f55
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 18:43:06 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 18:43:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef269c97
net-p2p/qbittorrent: mark stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild
b/net-p2p/qbittorrent/qbittorrent-4.1.1.ebuild
index fac9e4a29be..8634804e8d2 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