From: Brian Evans Date: Fri, 22 Feb 2019 15:02:09 +0000 (-0500) Subject: dev-php/pecl-memcached: Fix build failure with USE=examples X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6ad7252e917e7c12343829b955c3a23e77cf028a;p=gentoo.git dev-php/pecl-memcached: Fix build failure with USE=examples The server-examples are removed upstream. Don't try to install. The examples USE flag is scheduled for removal on next bump Closes: https://bugs.gentoo.org/659640 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Brian Evans --- diff --git a/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild index 852b0db4b78d..f2b36a648eaa 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -54,8 +54,6 @@ src_configure() { } src_install(){ - use examples && dodoc -r server-example - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then php-ext-source-r3_src_install fi diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild index c4e0fb13e2e3..a9f98652d5fb 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild @@ -80,8 +80,6 @@ src_test() { } src_install(){ - use examples && dodoc -r server-example - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then php-ext-source-r3_src_install fi