From 695a7872b9a62994d3c995404b162d81d3c7dcb9 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Fri, 18 Jun 2021 08:30:52 -0400 Subject: dev-php/pecl-imagick: Update HOMEPAGE; Drop old PHP_TARGETS Signed-off-by: Brian Evans --- dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-php') diff --git a/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild index 458adef61400..dc7490832c21 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild @@ -4,21 +4,21 @@ EAPI="7" PHP_EXT_NAME="imagick" -USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4 php8-0" +USE_PHP="php7-3 php7-4 php8-0" inherit php-ext-pecl-r3 KEYWORDS="~amd64 ~arm ~arm64 ~x86" DESCRIPTION="PHP wrapper for the ImageMagick library" -HOMEPAGE="https://pecl.php.net/imagick https://github.com/mkoppanen/imagick" +HOMEPAGE="https://pecl.php.net/package/imagick https://github.com/Imagick/imagick" LICENSE="PHP-3.01" SLOT="0" IUSE="examples test" RESTRICT="!test? ( test )" # imagemagick[-openmp] is needed wrt bug 547922 and upstream -# https://github.com/mkoppanen/imagick#openmp +# https://github.com/Imagick/imagick#openmp RDEPEND=">=media-gfx/imagemagick-6.2.4:=[-openmp]" DEPEND="${RDEPEND} test? ( >=media-gfx/imagemagick-6.2.4:=[jpeg,png,svg,truetype,xml] )" @@ -29,4 +29,4 @@ src_install() { php-ext-pecl-r3_src_install php-ext-source-r3_addtoinifiles "imagick.skip_version_check" "1" -} \ No newline at end of file +} -- cgit v1.2.3-65-gdbad