From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1C07138335 for ; Wed, 13 Feb 2019 14:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 057E2E091B; Wed, 13 Feb 2019 14:29:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4EA2E090F for ; Wed, 13 Feb 2019 14:29:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F2AE340F10 for ; Wed, 13 Feb 2019 14:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DF5D541 for ; Wed, 13 Feb 2019 14:28:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1550068126.a785e94af5330c9b6656cd169342bb78762a2263.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/miniupnpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild X-VCS-Directories: net-misc/miniupnpd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a785e94af5330c9b6656cd169342bb78762a2263 X-VCS-Branch: master Date: Wed, 13 Feb 2019 14:28:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad60ebaf-f55d-441d-ac19-c1a01d1c1cdb X-Archives-Hash: ff05d087e6b629172be614fdbece0210 commit: a785e94af5330c9b6656cd169342bb78762a2263 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 13 13:49:20 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 13 14:28:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a785e94a net-misc/miniupnpd: Bump to EAPI 7, fix compressed manpage Signed-off-by: Michał Górny gentoo.org> net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild b/net-misc/miniupnpd/miniupnpd-2.1.20190210.ebuild index 7937133ad3d..673b340fb09 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() {