From 3b7c1fb0bbddb96a8937dde6a5ca827feff1fd3c Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Fri, 4 Jul 2025 22:23:44 +0200 Subject: [PATCH] dev-libs/yaz: fix htmldir We want common to be installed in doc/${PF}, so {PVR}, not {PV}. Signed-off-by: Nicolas PARLANT Part-of: https://github.com/gentoo/gentoo/pull/42872 Closes: https://github.com/gentoo/gentoo/pull/42872 Signed-off-by: Sam James --- 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 ee075d6cfa41f..ecb361a1f76d6 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