projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f24cde
)
net-misc/miniupnpd: Bump to EAPI 7, fix compressed manpage
author
Michał Górny
<mgorny@gentoo.org>
Wed, 13 Feb 2019 13:49:20 +0000
(14:49 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 13 Feb 2019 14:28:46 +0000
(15:28 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild
b/net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild
index 7937133ad3d3e2ab0cbde1636e5847c5c0c72efb..673b340fb090bad4b28869487a83f13750a28d68 100644
(file)
--- a/
net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild
+++ b/
net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild
@@
-1,7
+1,7
@@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=
6
+EAPI=
7
inherit toolchain-funcs
@@
-26,6
+26,9
@@
DEPEND="${RDEPEND}
src_prepare() {
default
mv Makefile.linux Makefile || die
+
+ # Prevent gzipping manpage.
+ sed -i -e '/gzip/d' Makefile || die
}
src_configure() {