summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-06-10 14:02:50 +0200
committerJeroen Roovers <jer@gentoo.org>2020-06-10 14:04:01 +0200
commitf60f3b0b31d7dfd1f67fcd8de7c35139ed1d83ad (patch)
tree42bfc14b389351fd1ca221a8827edcadf5a463cc /net-analyzer/sngrep/sngrep-1.4.7.ebuild
parentnet-misc/nextcloud-client: fix compilation failure with Qt 5.15 (diff)
downloadgentoo-f60f3b0b31d7dfd1f67fcd8de7c35139ed1d83ad.tar.gz
gentoo-f60f3b0b31d7dfd1f67fcd8de7c35139ed1d83ad.tar.bz2
gentoo-f60f3b0b31d7dfd1f67fcd8de7c35139ed1d83ad.zip
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@gentoo.org>
Diffstat (limited to 'net-analyzer/sngrep/sngrep-1.4.7.ebuild')
-rw-r--r--net-analyzer/sngrep/sngrep-1.4.7.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/sngrep/sngrep-1.4.7.ebuild b/net-analyzer/sngrep/sngrep-1.4.7.ebuild
index 6782684125c1..f021e73049e6 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) \