diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 17:11:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 17:14:14 +0000 |
commit | 644d8c2af125ae7325d40edc57e39c8e5b86ec7d (patch) | |
tree | d2a05e0b5ccb3504fc91f6e18b2304d321bb8adb /net-proxy | |
parent | net-proxy/sqtop: initial version (diff) | |
download | gentoo-644d8c2af125ae7325d40edc57e39c8e5b86ec7d.tar.gz gentoo-644d8c2af125ae7325d40edc57e39c8e5b86ec7d.tar.bz2 gentoo-644d8c2af125ae7325d40edc57e39c8e5b86ec7d.zip |
net-proxy/sqtop: minor style changes
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/sqtop/sqtop-2015.02.08.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-proxy/sqtop/sqtop-2015.02.08.ebuild b/net-proxy/sqtop/sqtop-2015.02.08.ebuild index 429e0f4ee3f8..1638959b1dee 100644 --- a/net-proxy/sqtop/sqtop-2015.02.08.ebuild +++ b/net-proxy/sqtop/sqtop-2015.02.08.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,6 @@ MY_PV="$(ver_rs 1-2 -)" DESCRIPTION="Squid Top - top for Squid" HOMEPAGE="https://github.com/paleg/sqtop" SRC_URI="https://github.com/paleg/sqtop/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="GPL-2" @@ -24,8 +23,7 @@ PATCHES=( "${FILESDIR}/${PN}-2015.02.08-ncurses.patch" ) -src_prepare() -{ +src_prepare() { default eautoreconf } |