Skip to content

Commit

Permalink
dev-php/pecl-imagick: disable version check by default
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/780738
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Jun 18, 2021
1 parent 7d01849 commit ef14a7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ DEPEND="${RDEPEND}
test? ( >=media-gfx/imagemagick-6.2.4:=[jpeg,png,svg,truetype,xml] )"

PHP_EXT_ECONF_ARGS="--with-imagick=${EPREFIX}/usr"

src_install() {
php-ext-pecl-r3_src_install

php-ext-source-r3_addtoinifiles "imagick.skip_version_check" "1"
}

0 comments on commit ef14a7f

Please sign in to comment.