Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/
Date: Sun, 04 Feb 2018 08:44:47
Message-Id: 1517733873.ff7032d9f39edb337237f6b205977bff901740e3.mgorny@gentoo
1 commit: ff7032d9f39edb337237f6b205977bff901740e3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 08:27:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 08:44:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7032d9
7
8 net-libs/miniupnpc: Prevent installing .gz manpage
9
10 net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild b/net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
14 index cbf864670b1..3a1c24a1b10 100644
15 --- a/net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
16 +++ b/net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
17 @@ -22,6 +22,8 @@ src_prepare() {
18
19 # These bins are not installed, upnpc-static requires building static lib
20 sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
21 + # Prevent gzipping manpage.
22 + sed -i -e '/gzip/d' Makefile || die
23
24 if ! use static-libs; then
25 sed -i \