Diff libvirt-php-0.5.6 with a libvirt-php-0.5.7

/usr/portage/dev-php/libvirt-php/libvirt-php-0.5.7.ebuild 2023-10-09 14:52:30.236368369 +0300
27 27
	doc? ( app-text/xhtml1 )"
28 28

  
29 29
DOCS=( ChangeLog NEWS README )
30
# Remove the insane check for pecl-imagick which is only used in examples
31
# and is not called upon in any build
32
PATCHES=( "${FILESDIR}/remove-imagick-check.patch" )
33 30

  
34 31
src_unpack() {
35 32
	default
Thank you!