commit: 23d6c42d753afba57b64db7a1547babaabb0777c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 13:43:41 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 13:56:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d6c42d
net-proxy/piper: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697230 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 1c3e950d7ef..7312876bd3d 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