diff options
-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 |