diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-29 20:41:29 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-29 20:41:29 +0300 |
commit | fa140da0b9101ca4197fe88c94081561aaed224b (patch) | |
tree | 044868ad267b48456228de3e3badf28cee22396d /net-p2p/qbittorrent | |
parent | net-p2p/qbittorrent: Version bump (v4.1.8) (diff) | |
download | gentoo-fa140da0b9101ca4197fe88c94081561aaed224b.tar.gz gentoo-fa140da0b9101ca4197fe88c94081561aaed224b.tar.bz2 gentoo-fa140da0b9101ca4197fe88c94081561aaed224b.zip |
net-p2p/qbittorrent: mark stable
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild index e4e1c16a3150..19a8c92ab041 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.1.7.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.1.7.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 |