summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-02-22 10:02:09 -0500
committerBrian Evans <grknight@gentoo.org>2019-02-22 10:04:54 -0500
commit6ad7252e917e7c12343829b955c3a23e77cf028a (patch)
tree3bd510022869f3b50aa95c2c87cbc9e5739b9226 /dev-php/pecl-memcached
parentsys-kernel/linux-firmware: update snapshot (diff)
downloadgentoo-6ad7252e917e7c12343829b955c3a23e77cf028a.tar.gz
gentoo-6ad7252e917e7c12343829b955c3a23e77cf028a.tar.bz2
gentoo-6ad7252e917e7c12343829b955c3a23e77cf028a.zip
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 <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-memcached')
-rw-r--r--dev-php/pecl-memcached/pecl-memcached-3.0.4.ebuild4
-rw-r--r--dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild2
2 files changed, 1 insertions, 5 deletions
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