commit:     f6bb647a55dfa5f45c91c1f77dc290751da28336
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 19:00:23 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> 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 <mjo <AT> 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

Reply via email to