From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5A819158074 for ; Fri, 04 Jul 2025 20:38:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 435A2342110 for ; Fri, 04 Jul 2025 20:38:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1BEEE11055F; Fri, 04 Jul 2025 20:38:28 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0D5B811055F for ; Fri, 04 Jul 2025 20:38:28 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE3ED342099 for ; Fri, 04 Jul 2025 20:38:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 758212D4F for ; Fri, 04 Jul 2025 20:38:25 +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: <1751661459.3b7c1fb0bbddb96a8937dde6a5ca827feff1fd3c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/yaz/yaz-5.35.1.ebuild X-VCS-Directories: dev-libs/yaz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b7c1fb0bbddb96a8937dde6a5ca827feff1fd3c X-VCS-Branch: master Date: Fri, 04 Jul 2025 20:38:25 +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: 0e846e97-6cfc-40dd-886a-f97fe1ab8d74 X-Archives-Hash: 0dc3a590b1141e79788d30987eee920e commit: 3b7c1fb0bbddb96a8937dde6a5ca827feff1fd3c Author: Nicolas PARLANT parhuet fr> AuthorDate: Fri Jul 4 20:23:44 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 4 20:37:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7c1fb0 dev-libs/yaz: fix htmldir We want common to be installed in doc/${PF}, so {PVR}, not {PV}. Signed-off-by: Nicolas PARLANT parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42872 Closes: https://github.com/gentoo/gentoo/pull/42872 Signed-off-by: Sam James gentoo.org> dev-libs/yaz/yaz-5.35.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/yaz/yaz-5.35.1.ebuild b/dev-libs/yaz/yaz-5.35.1.ebuild index ee075d6cfa41..ecb361a1f76d 100644 --- a/dev-libs/yaz/yaz-5.35.1.ebuild +++ b/dev-libs/yaz/yaz-5.35.1.ebuild @@ -68,7 +68,7 @@ src_install() { DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}/html" # move common dir in html - PACKAGE_SUFFIX="-${PV}/html" + PACKAGE_SUFFIX="-${PVR}/html" ) emake "${myemakeargs[@]}" install