Skip to content

Commit

Permalink
dev-lang/php: add BDEPEND=virtual/pkgconfig
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Mar 6, 2019
1 parent 2f42ab8 commit d73ba6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-lang/php/php-7.2.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ DEPEND="${COMMON_DEPEND}
app-arch/xz-utils
>=sys-devel/bison-3.0.1"

BDEPEND="virtual/pkgconfig"

# Without USE=readline or libedit, the interactive "php -a" CLI will hang.
REQUIRED_USE="
|| ( cli cgi fpm apache2 embed phpdbg )
Expand Down
2 changes: 2 additions & 0 deletions dev-lang/php/php-7.3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ DEPEND="${COMMON_DEPEND}
app-arch/xz-utils
>=sys-devel/bison-3.0.1"

BDEPEND="virtual/pkgconfig"

# Without USE=readline or libedit, the interactive "php -a" CLI will hang.
REQUIRED_USE="
|| ( cli cgi fpm apache2 embed phpdbg )
Expand Down

0 comments on commit d73ba6f

Please sign in to comment.