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 5E2701581E7 for ; Fri, 26 Apr 2024 13:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B218E29E5; Fri, 26 Apr 2024 13:40:39 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4837CE29E5 for ; Fri, 26 Apr 2024 13:40:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CBB53430E6 for ; Fri, 26 Apr 2024 13:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19CD1625 for ; Fri, 26 Apr 2024 13:40:36 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1714138824.950de6e1da9705dcf04c102362e511ad00a2daa6.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep-all/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild X-VCS-Directories: sys-apps/ripgrep-all/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 950de6e1da9705dcf04c102362e511ad00a2daa6 X-VCS-Branch: master Date: Fri, 26 Apr 2024 13:40:36 +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: 2f5d3169-185b-46f3-b9f7-450d8c0a7bb5 X-Archives-Hash: 4776edef82125cb9f2a03065e6f6a612 commit: 950de6e1da9705dcf04c102362e511ad00a2daa6 Author: Florian Schmaus gentoo org> AuthorDate: Fri Apr 26 13:40:01 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Apr 26 13:40:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950de6e1 sys-apps/ripgrep-all: add missing test deps Closes: https://bugs.gentoo.org/930686 Signed-off-by: Florian Schmaus gentoo.org> sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild b/sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild index 9f9a29a79660..aba72ce549b9 100644 --- a/sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild +++ b/sys-apps/ripgrep-all/ripgrep-all-0.10.6.ebuild @@ -262,11 +262,20 @@ LICENSE+=" 0BSD Apache-2.0 BSD MIT Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + RDEPEND=" app-arch/xz-utils sys-apps/ripgrep " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + test? ( + app-text/poppler + virtual/pandoc + ) +" QA_FLAGS_IGNORED=" usr/bin/rga