commit:     39748baf0256a59cfb976ae04636697b5991cada
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 20:58:51 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 21:05:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39748baf

net-p2p/qbittorrent: sync live

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 net-p2p/qbittorrent/qbittorrent-9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild 
b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
index e40ab0f8d98e..dfdb78a22364 100644
--- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,7 +22,7 @@ else
        VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/qBittorrent.asc
 fi
 
-LICENSE="GPL-2+ GPL-3+"
+LICENSE="GPL-2+-with-openssl-exception GPL-3+-with-openssl-exception"
 SLOT="0"
 IUSE="+dbus +gui systemd test webui"
 RESTRICT="!test? ( test )"
@@ -54,7 +54,7 @@ BDEPEND+="
        virtual/pkgconfig
 "
 
-DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md )
+DOCS=( AUTHORS Changelog {CONTRIBUTING,README}.md )
 
 src_prepare() {
        MULTIBUILD_VARIANTS=()
@@ -120,7 +120,6 @@ src_test() {
 
 src_install() {
        multibuild_foreach_variant cmake_src_install
-       einstalldocs
 
        if use webui; then
                newconfd "${FILESDIR}/${PN}.confd" "${PN}"

Reply via email to