From: Lars Wendler Date: Thu, 11 Oct 2018 12:08:39 +0000 (+0200) Subject: dev-libs/openssl: Fixed doc installation path X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c67ec50310e87127792325c248481334cbab693d;p=gentoo.git dev-libs/openssl: Fixed doc installation path without a revbump because openssl-1.1 is still p.masked. Closes: https://bugs.gentoo.org/668308 Signed-off-by: Lars Wendler Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/dev-libs/openssl/openssl-1.1.1.ebuild b/dev-libs/openssl/openssl-1.1.1.ebuild index 4c92eedb393a..3b7cd3fc0197 100644 --- a/dev-libs/openssl/openssl-1.1.1.ebuild +++ b/dev-libs/openssl/openssl-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -59,7 +59,7 @@ src_prepare() { -e $(has noman FEATURES \ && echo '/^install:/s:install_docs::' \ || echo '/^MANDIR=/s:=.*:='${EPREFIX%/}'/usr/share/man:') \ - -e "/^DOCDIR/s@\$(BASENAME)@&-${PF}@" \ + -e "/^DOCDIR/s@\$(BASENAME)@&-${PVR}@" \ Configurations/unix-Makefile.tmpl \ || die