From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED1C215817D for ; Sun, 9 Jun 2024 16:03:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B202E2A84; Sun, 9 Jun 2024 16:03:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4A8EE2A84 for ; Sun, 9 Jun 2024 16:03:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86AC733C1C1 for ; Sun, 9 Jun 2024 16:03:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 225801A4A for ; Sun, 9 Jun 2024 16:03:50 +0000 (UTC) From: "Jan Henke" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jan Henke" Message-ID: <1717949012.4feb00aa853f44400a6ee76d70cff28b049f3136.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/lxi-tools/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/lxi-tools/lxi-tools-2.7.ebuild X-VCS-Directories: sci-electronics/lxi-tools/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Jan Henke X-VCS-Revision: 4feb00aa853f44400a6ee76d70cff28b049f3136 X-VCS-Branch: dev Date: Sun, 9 Jun 2024 16:03:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a3a5dd2-a75d-46fa-8ff2-28c44a347f80 X-Archives-Hash: ad8ee80d4f708de12877543c8a6e6746 commit: 4feb00aa853f44400a6ee76d70cff28b049f3136 Author: Jan Henke taujhe de> AuthorDate: Sun Jun 9 16:03:32 2024 +0000 Commit: Jan Henke taujhe de> CommitDate: Sun Jun 9 16:03:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4feb00aa sci-electronics/lxi-tools: Drop bash-completion dep & use flag Signed-off-by: Jan Henke taujhe.de> sci-electronics/lxi-tools/lxi-tools-2.7.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild index d76233e39..2447eb6d8 100644 --- a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild +++ b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild @@ -14,11 +14,10 @@ SRC_URI="https://github.com/lxi-tools/${PN}/archive/refs/tags/v${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="bash-completion +gui" +IUSE="+gui" REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" - bash-completion? ( >=app-shells/bash-completion-2.11 ) >=sys-libs/readline-8.1_p2 ${LUA_DEPS} >=sci-electronics/liblxi-1.13