diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-06-11 15:00:23 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-06-11 15:25:53 -0400 |
commit | f6bb647a55dfa5f45c91c1f77dc290751da28336 (patch) | |
tree | efa78213eed78bb884b43da5b7036d52876eb973 /dev-php | |
parent | dev-python/openstackdocstheme: Enable py3.13 (diff) | |
download | gentoo-f6bb647a55dfa5f45c91c1f77dc290751da28336.tar.gz gentoo-f6bb647a55dfa5f45c91c1f77dc290751da28336.tar.bz2 gentoo-f6bb647a55dfa5f45c91c1f77dc290751da28336.zip |
dev-php/PEAR-Console_CommandLine: test deps should be BDEPEND in EAPI=8
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |