diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-09 14:43:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-09 14:56:40 +0100 |
commit | 23d6c42d753afba57b64db7a1547babaabb0777c (patch) | |
tree | 8a3b3f85b2e1acf2edd6584c74c2b35cef0cff82 /net-proxy/piper | |
parent | net-nds/led: Bump to EAPI 7 (diff) | |
download | gentoo-23d6c42d753afba57b64db7a1547babaabb0777c.tar.gz gentoo-23d6c42d753afba57b64db7a1547babaabb0777c.tar.bz2 gentoo-23d6c42d753afba57b64db7a1547babaabb0777c.zip |
net-proxy/piper: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697230
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-proxy/piper')
-rw-r--r-- | net-proxy/piper/piper-1.14.ebuild | 7 |
1 files 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 |