dev-php/pecl-memcached: fix typo "targest" -> "targets".
authorMichael Orlitzky <mjo@gentoo.org>
Mon, 12 Dec 2016 21:04:23 +0000 (16:04 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Mon, 12 Dec 2016 21:07:23 +0000 (16:07 -0500)
Gentoo-Bug: 602472

Package-Manager: portage-2.3.0

dev-php/pecl-memcached/pecl-memcached-3.0.0_alpha1_pre20161206.ebuild

index aba055f2af0cb7c096ed7544f6ed41a8c50f65a8..4152437eb54b4e12bc2e80ae068d40db7faf4220 100644 (file)
@@ -32,7 +32,7 @@ DEPEND="php_targets_php7-0? ( ${COMMON_DEPEND} dev-lang/php:7.0[session?,json?]
 RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-memcached:0[php_targets_php5-6] )"
 
 src_unpack(){
-       if use php_targets_php7-0 || use php_targest_php7-1 ; then
+       if use php_targets_php7-0 || use php_targets_php7-1 ; then
                vcs-snapshot_src_unpack
                php-ext-source-r3_src_unpack
        else