From 23d6c42d753afba57b64db7a1547babaabb0777c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 9 Nov 2019 14:43:41 +0100 Subject: [PATCH] net-proxy/piper: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/697230 Signed-off-by: Michał Górny --- net-proxy/piper/piper-1.14.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-proxy/piper/piper-1.14.ebuild b/net-proxy/piper/piper-1.14.ebuild index 1c3e950d7eff..7312876bd3dc 100644 --- a/net-proxy/piper/piper-1.14.ebuild +++ b/net-proxy/piper/piper-1.14.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit flag-o-matic toolchain-funcs -DESCRIPTION="Piper (a tool for manipulating SOCKS5 servers)" +DESCRIPTION="A tool for manipulating SOCKS5 servers" HOMEPAGE="http://www.qwirx.com/" SRC_URI="http://www.qwirx.com/piper/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="" -#RDEPEND="" src_compile() { append-flags -g -Wall -- 2.26.2