diff options
author | Sam James <sam@gentoo.org> | 2022-04-19 22:00:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-19 22:00:29 +0100 |
commit | b210128f77b6f925b812f91a83095d20fe811211 (patch) | |
tree | 094485d95a385e9ec501b53665d42f30469d98a1 /net-p2p | |
parent | net-p2p/qbittorrent: ${ED} -> ${D} (diff) | |
download | gentoo-b210128f77b6f925b812f91a83095d20fe811211.tar.gz gentoo-b210128f77b6f925b812f91a83095d20fe811211.tar.bz2 gentoo-b210128f77b6f925b812f91a83095d20fe811211.zip |
net-p2p/qbittorrent: keyword 4.4.2-r2
Closes: https://bugs.gentoo.org/839531
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild index 2b07c7436878..159cdd733aa3 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.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 ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" S="${WORKDIR}/qBittorrent-release-${PV}" fi |