From f60f3b0b31d7dfd1f67fcd8de7c35139ed1d83ad Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 10 Jun 2020 14:02:50 +0200 Subject: [PATCH] net-analyzer/sngrep: Drop IUSE=logo I assumed without checking that the logo would be used in the installed code, but it turns out that it is only used to display the logo during the configure phase. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jeroen Roovers --- net-analyzer/sngrep/metadata.xml | 1 - net-analyzer/sngrep/sngrep-1.4.7.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/net-analyzer/sngrep/metadata.xml b/net-analyzer/sngrep/metadata.xml index b6a99fc054d5c..eeb043ad62b34 100644 --- a/net-analyzer/sngrep/metadata.xml +++ b/net-analyzer/sngrep/metadata.xml @@ -7,7 +7,6 @@ Enable EEP packet send/receive support Use net-libs/gnutls to parse captured TLS packets -Enable Irontec Logo from Summary menu Use dev-libs/openssl to parse captured TLS packets diff --git a/net-analyzer/sngrep/sngrep-1.4.7.ebuild b/net-analyzer/sngrep/sngrep-1.4.7.ebuild index 6782684125c15..f021e73049e69 100644 --- a/net-analyzer/sngrep/sngrep-1.4.7.ebuild +++ b/net-analyzer/sngrep/sngrep-1.4.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/irontec/sngrep/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="eep gnutls ipv6 logo openssl pcre unicode" +IUSE="eep gnutls ipv6 openssl pcre unicode" REQUIRED_USE=" gnutls? ( !openssl ) " @@ -37,7 +37,6 @@ src_configure() { econf \ $(use_enable eep) \ $(use_enable ipv6) \ - $(use_enable logo) \ $(use_enable unicode) \ $(use_with gnutls) \ $(use_with openssl) \