Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/
Date: Thu, 11 Oct 2018 12:10:30
Message-Id: 1539259812.c67ec50310e87127792325c248481334cbab693d.polynomial-c@gentoo
1 commit: c67ec50310e87127792325c248481334cbab693d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 11 12:08:39 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 11 12:10:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67ec503
7
8 dev-libs/openssl: Fixed doc installation path
9
10 without a revbump because openssl-1.1 is still p.masked.
11
12 Closes: https://bugs.gentoo.org/668308
13 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 dev-libs/openssl/openssl-1.1.1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/openssl/openssl-1.1.1.ebuild b/dev-libs/openssl/openssl-1.1.1.ebuild
20 index 4c92eedb393..3b7cd3fc019 100644
21 --- a/dev-libs/openssl/openssl-1.1.1.ebuild
22 +++ b/dev-libs/openssl/openssl-1.1.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="6"
29 @@ -59,7 +59,7 @@ src_prepare() {
30 -e $(has noman FEATURES \
31 && echo '/^install:/s:install_docs::' \
32 || echo '/^MANDIR=/s:=.*:='${EPREFIX%/}'/usr/share/man:') \
33 - -e "/^DOCDIR/s@\$(BASENAME)@&-${PF}@" \
34 + -e "/^DOCDIR/s@\$(BASENAME)@&-${PVR}@" \
35 Configurations/unix-Makefile.tmpl \
36 || die