Diff qbittorrent-5.0.3 with a qbittorrent-9999

/usr/portage/net-p2p/qbittorrent/qbittorrent-9999.ebuild 2025-07-29 16:22:17.296467593 +0300
16 16
		https://downloads.sourceforge.net/qbittorrent/${P}.tar.xz
17 17
		verify-sig? ( https://downloads.sourceforge.net/qbittorrent/${P}.tar.xz.asc )
18 18
	"
19
	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
19
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
20 20

  
21 21
	BDEPEND="verify-sig? ( sec-keys/openpgp-keys-qbittorrent )"
22 22
	VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/qBittorrent.asc
23 23
fi
24 24

  
25
LICENSE="GPL-2+ GPL-3+"
25
LICENSE="GPL-2+-with-openssl-exception GPL-3+-with-openssl-exception"
26 26
SLOT="0"
27 27
IUSE="+dbus +gui systemd test webui"
28 28
RESTRICT="!test? ( test )"
......
54 54
	virtual/pkgconfig
55 55
"
56 56

  
57
DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md )
57
DOCS=( AUTHORS Changelog {CONTRIBUTING,README}.md )
58 58

  
59 59
src_prepare() {
60 60
	MULTIBUILD_VARIANTS=()
......
120 120

  
121 121
src_install() {
122 122
	multibuild_foreach_variant cmake_src_install
123
	einstalldocs
124 123

  
125 124
	if use webui; then
126 125
		newconfd "${FILESDIR}/${PN}.confd" "${PN}"
Thank you!