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 B3B9C158083 for ; Mon, 2 Sep 2024 18:38:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC73E2A65; Mon, 2 Sep 2024 18:38:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BEDEBE2A65 for ; Mon, 2 Sep 2024 18:38:47 +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 D712C343146 for ; Mon, 2 Sep 2024 18:38:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 795A31F20 for ; Mon, 2 Sep 2024 18:38:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1725302269.3e4f021fa2f5b67348d97a2a44b5f1737d7ecbbe.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission/transmission-4.0.6-r5.ebuild X-VCS-Directories: net-p2p/transmission/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3e4f021fa2f5b67348d97a2a44b5f1737d7ecbbe X-VCS-Branch: master Date: Mon, 2 Sep 2024 18:38:45 +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: cba7b049-9bba-4f67-ac61-2932c15038c5 X-Archives-Hash: 145f4039e7ff7089f67366aaa61376bc commit: 3e4f021fa2f5b67348d97a2a44b5f1737d7ecbbe Author: Mike Gilbert gentoo org> AuthorDate: Mon Sep 2 18:37:49 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Sep 2 18:37:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4f021f net-p2p/transmission: restore miniupnpc patch Signed-off-by: Mike Gilbert gentoo.org> net-p2p/transmission/transmission-4.0.6-r5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-p2p/transmission/transmission-4.0.6-r5.ebuild b/net-p2p/transmission/transmission-4.0.6-r5.ebuild index 5e09d9018343..5f17ccd5c63e 100644 --- a/net-p2p/transmission/transmission-4.0.6-r5.ebuild +++ b/net-p2p/transmission/transmission-4.0.6-r5.ebuild @@ -67,6 +67,10 @@ RDEPEND="${COMMON_DEPEND} ${ACCT_DEPEND} " +PATCHES=( + "${FILESDIR}/transmission-4.0.6-miniupnpc-2.2.8.patch" +) + src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}