commit:     f60f3b0b31d7dfd1f67fcd8de7c35139ed1d83ad
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 12:02:50 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 12:04:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60f3b0b

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 <jer <AT> gentoo.org>

 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 b6a99fc054d..eeb043ad62b 100644
--- a/net-analyzer/sngrep/metadata.xml
+++ b/net-analyzer/sngrep/metadata.xml
@@ -7,7 +7,6 @@
 <use>
 <flag name='eep'>Enable EEP packet send/receive support</flag>
 <flag name='gnutls'>Use <pkg>net-libs/gnutls</pkg> to parse captured TLS 
packets</flag>
-<flag name='logo'>Enable Irontec Logo from Summary menu</flag>
 <flag name='openssl'>Use <pkg>dev-libs/openssl</pkg> to parse captured TLS 
packets</flag>
 </use>
 </pkgmetadata>

diff --git a/net-analyzer/sngrep/sngrep-1.4.7.ebuild 
b/net-analyzer/sngrep/sngrep-1.4.7.ebuild
index 6782684125c..f021e73049e 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) \

Reply via email to