summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-04-25 12:34:47 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-04-25 12:35:33 +0300
commitf116d69d7ff5d42cbe0a4a9afeeff7d967629a48 (patch)
tree1526aa75b37c913125362b5e08ef9980c340dfd2 /net-p2p
parentdev-java/swt: add openjdk11 libjawt.so path (diff)
downloadgentoo-f116d69d7ff5d42cbe0a4a9afeeff7d967629a48.tar.gz
gentoo-f116d69d7ff5d42cbe0a4a9afeeff7d967629a48.tar.bz2
gentoo-f116d69d7ff5d42cbe0a4a9afeeff7d967629a48.zip
net-p2p/qbittorrent: mark stable
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild b/net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild
index 3244261dacce..7813f67cbfa8 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.2.3.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