diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-16 13:09:31 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-16 13:09:47 +0300 |
commit | e711c17b78dcac569f41e6c304fe64f6f5f5b50e (patch) | |
tree | bfe97798aeaa33fa19d9b673213fc69e3c549cdd /net-p2p | |
parent | net-libs/ccrtp: amd64 stable, bug #676722 (diff) | |
download | gentoo-e711c17b78dcac569f41e6c304fe64f6f5f5b50e.tar.gz gentoo-e711c17b78dcac569f41e6c304fe64f6f5f5b50e.tar.bz2 gentoo-e711c17b78dcac569f41e6c304fe64f6f5f5b50e.zip |
net-p2p/qbittorrent: mark stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.1.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.5-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.5-r1.ebuild index 5023499c1558..e294819ff929 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.1.5-r1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.1.5-r1.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 |