From 202375b56e01fc9e6010b13144bb5a9d61aab7b6 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 8 Dec 2021 13:50:20 +0300 Subject: [PATCH] net-analyzer/lightsquid: bump EAPI to 7, update dev-perl/GD dependency --- net-analyzer/lightsquid/lightsquid-1.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/lightsquid/lightsquid-1.8.ebuild b/net-analyzer/lightsquid/lightsquid-1.8.ebuild index 1a2188b..f48b6d1 100644 --- a/net-analyzer/lightsquid/lightsquid-1.8.ebuild +++ b/net-analyzer/lightsquid/lightsquid-1.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=5 +EAPI=7 inherit eutils systemd user @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="net-proxy/squid - dev-perl/GD[gif,truetype] + dev-perl/GD[truetype] dev-perl/CGI" DEPEND=""