summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-02-13 14:49:20 +0100
committerMichał Górny <mgorny@gentoo.org>2019-02-13 15:28:46 +0100
commita785e94af5330c9b6656cd169342bb78762a2263 (patch)
tree9989078f6fdd057ab963b131a94f13efd4a8c7fa
parentnet-misc/miniupnpd: Bump to 2.1.20190210 (diff)
downloadgentoo-a785e94af5330c9b6656cd169342bb78762a2263.tar.gz
gentoo-a785e94af5330c9b6656cd169342bb78762a2263.tar.bz2
gentoo-a785e94af5330c9b6656cd169342bb78762a2263.zip
net-misc/miniupnpd: Bump to EAPI 7, fix compressed manpage
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild b/net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild
index 7937133ad3d3..673b340fb090 100644
--- 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() {