From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1BEB15808D for ; Tue, 19 Apr 2022 20:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E55E087E; Tue, 19 Apr 2022 20:52:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07C6EE087E for ; Tue, 19 Apr 2022 20:52:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 308533415AB for ; Tue, 19 Apr 2022 20:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9645C287 for ; Tue, 19 Apr 2022 20:52:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650401558.fe71b5c84103458d38609b8e9f0db6d0b824e1c8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild X-VCS-Directories: net-p2p/qbittorrent/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe71b5c84103458d38609b8e9f0db6d0b824e1c8 X-VCS-Branch: master Date: Tue, 19 Apr 2022 20:52:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08b08d23-8b24-41c3-9044-8e947a356b36 X-Archives-Hash: d0919f2a9d28b3e9774618f23e6d5adc commit: fe71b5c84103458d38609b8e9f0db6d0b824e1c8 Author: Sam James gentoo org> AuthorDate: Tue Apr 19 20:52:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 19 20:52:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe71b5c8 net-p2p/qbittorrent: ${ED} -> ${D} Signed-off-by: Sam James gentoo.org> net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild index 75754bfe9170..2b07c7436878 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.4.2-r2.ebuild @@ -100,7 +100,7 @@ src_install() { if ! use webui ; then # No || die deliberately as it doesn't always exist - rm "${ED}/$(systemd_get_systemunitdir)"/qbittorrent-nox*.service + rm "${D}/$(systemd_get_systemunitdir)"/qbittorrent-nox*.service fi einstalldocs