From f6bb647a55dfa5f45c91c1f77dc290751da28336 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 11 Jun 2024 15:00:23 -0400 Subject: [PATCH] dev-php/PEAR-Console_CommandLine: test deps should be BDEPEND in EAPI=8 Signed-off-by: Michael Orlitzky --- .../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 043f5229838df..84b9a1732c7aa 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