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 4577015817D for ; Tue, 11 Jun 2024 19:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D36AE2BEB; Tue, 11 Jun 2024 19:26:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 622B6E2BEB for ; Tue, 11 Jun 2024 19:26:08 +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 7ABB0335D0F for ; Tue, 11 Jun 2024 19:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E200115F7 for ; Tue, 11 Jun 2024 19:26:05 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1718133953.f6bb647a55dfa5f45c91c1f77dc290751da28336.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild X-VCS-Directories: dev-php/PEAR-Console_CommandLine/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f6bb647a55dfa5f45c91c1f77dc290751da28336 X-VCS-Branch: master Date: Tue, 11 Jun 2024 19:26:05 +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: 824d850c-55e1-4a21-aae6-e10543771bce X-Archives-Hash: a9bb33bf6e830f3bbd6f23c398d98ee8 commit: f6bb647a55dfa5f45c91c1f77dc290751da28336 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Jun 11 19:00:23 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Jun 11 19:25:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bb647a dev-php/PEAR-Console_CommandLine: test deps should be BDEPEND in EAPI=8 Signed-off-by: Michael Orlitzky gentoo.org> dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild index 043f5229838d..84b9a1732c7a 100644 --- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild +++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild @@ -20,7 +20,7 @@ RDEPEND="dev-lang/php:* dev-php/PEAR-Exception" # Beware, the test suite really needs PEAR-PEAR. -DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )" +BDEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )" src_prepare() { # There's one occurrence of @data_dir@ that needs to be replaced