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 7E813158041 for ; Mon, 11 Mar 2024 17:31:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB51E2A59; Mon, 11 Mar 2024 17:31:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C74CAE2A59 for ; Mon, 11 Mar 2024 17:31:13 +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 BBDA2343014 for ; Mon, 11 Mar 2024 17:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C14BE1523 for ; Mon, 11 Mar 2024 17:31:09 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1710165003.8ba1f05d0b3b0bf31eeff86f25ec4c98edb8de7c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/wt-4.10.3.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8ba1f05d0b3b0bf31eeff86f25ec4c98edb8de7c X-VCS-Branch: master Date: Mon, 11 Mar 2024 17:31:09 +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: 3aadeae8-1766-40bb-8254-d539dce02aa3 X-Archives-Hash: 52b03950efd12660a51bca029d14775f commit: 8ba1f05d0b3b0bf31eeff86f25ec4c98edb8de7c Author: David Roman gmail com> AuthorDate: Mon Mar 11 13:50:03 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Mar 11 13:50:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ba1f05d dev-cpp/wt: fix doc install path Closes: https://bugs.gentoo.org/925701 Signed-off-by: David Roman gmail.com> dev-cpp/wt/wt-4.10.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-cpp/wt/wt-4.10.3.ebuild b/dev-cpp/wt/wt-4.10.3.ebuild index e742f1c4fa..e9d153bce1 100644 --- a/dev-cpp/wt/wt-4.10.3.ebuild +++ b/dev-cpp/wt/wt-4.10.3.ebuild @@ -47,6 +47,7 @@ src_configure() { -DLIB_INSTALL_DIR=$(get_libdir) -DBUILD_EXAMPLES=OFF -DINSTALL_DOCUMENTATION=$(usex doc) + -DDOCUMENTATION_DESTINATION="share/doc/${PF}" -DENABLE_SSL=$(usex ssl) -DENABLE_HARU=$(usex pdf) -DENABLE_PANGO=ON 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 0F846158041 for ; Mon, 11 Mar 2024 13:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AD65E2A23; Mon, 11 Mar 2024 13:50:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06770E2A23 for ; Mon, 11 Mar 2024 13:50:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CB96335D60 for ; Mon, 11 Mar 2024 13:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFD84FCB for ; Mon, 11 Mar 2024 13:50:20 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1710165003.8ba1f05d0b3b0bf31eeff86f25ec4c98edb8de7c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/wt-4.10.3.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8ba1f05d0b3b0bf31eeff86f25ec4c98edb8de7c X-VCS-Branch: dev Date: Mon, 11 Mar 2024 13:50:20 +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: 3dee5df0-a2b4-4909-b34a-38eaa3971679 X-Archives-Hash: 62f602fee8fac64013107f2a911e15bc Message-ID: <20240311135020.nRUNs-kNghzA8x4eb9VL46jZ79sug1rDW-lNCN1WMHU@z> commit: 8ba1f05d0b3b0bf31eeff86f25ec4c98edb8de7c Author: David Roman gmail com> AuthorDate: Mon Mar 11 13:50:03 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Mar 11 13:50:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ba1f05d dev-cpp/wt: fix doc install path Closes: https://bugs.gentoo.org/925701 Signed-off-by: David Roman gmail.com> dev-cpp/wt/wt-4.10.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-cpp/wt/wt-4.10.3.ebuild b/dev-cpp/wt/wt-4.10.3.ebuild index e742f1c4fa..e9d153bce1 100644 --- a/dev-cpp/wt/wt-4.10.3.ebuild +++ b/dev-cpp/wt/wt-4.10.3.ebuild @@ -47,6 +47,7 @@ src_configure() { -DLIB_INSTALL_DIR=$(get_libdir) -DBUILD_EXAMPLES=OFF -DINSTALL_DOCUMENTATION=$(usex doc) + -DDOCUMENTATION_DESTINATION="share/doc/${PF}" -DENABLE_SSL=$(usex ssl) -DENABLE_HARU=$(usex pdf) -DENABLE_PANGO=ON