From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 573C7139084 for ; Mon, 4 Dec 2017 17:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C7D5E1022; Mon, 4 Dec 2017 17:55:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B1C9E1022 for ; Mon, 4 Dec 2017 17:55:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BFB533FE2A for ; Mon, 4 Dec 2017 17:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCDC5AE21 for ; Mon, 4 Dec 2017 17:55:08 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1512410093.bef55a59142a033ba0669a175c7c3b87952a2002.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-memcached/pecl-memcached-2.2.0-r2.ebuild X-VCS-Directories: dev-php/pecl-memcached/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: bef55a59142a033ba0669a175c7c3b87952a2002 X-VCS-Branch: master Date: Mon, 4 Dec 2017 17:55:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 61ecc546-e449-4161-83bf-7bac4faf5956 X-Archives-Hash: fcf7655362d0884d7a92a0064389e2f5 commit: bef55a59142a033ba0669a175c7c3b87952a2002 Author: Brian Evans gentoo org> AuthorDate: Mon Dec 4 17:54:53 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Dec 4 17:54:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef55a59 dev-php/pecl-memcached: Add 7.1 and 7.2 USE to SLOT 0 ebuild Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-php/pecl-memcached/pecl-memcached-2.2.0-r2.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-memcached/pecl-memcached-2.2.0-r2.ebuild b/dev-php/pecl-memcached/pecl-memcached-2.2.0-r2.ebuild index 1ca7d723462..353b38418df 100644 --- a/dev-php/pecl-memcached/pecl-memcached-2.2.0-r2.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-2.2.0-r2.ebuild @@ -7,7 +7,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( ChangeLog README.markdown ) -USE_PHP="php5-6 php7-0" +USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-pecl-r3 @@ -27,7 +27,11 @@ DEPEND="php_targets_php5-6? ( igbinary? ( dev-php/igbinary[php_targets_php5-6?] ) )" RDEPEND="${DEPEND}" -PDEPEND="php_targets_php7-0? ( dev-php/pecl-memcached:7[php_targets_php7-0] )" +PDEPEND=" +php_targets_php7-0? ( dev-php/pecl-memcached:7[php_targets_php7-0] ) +php_targets_php7-1? ( dev-php/pecl-memcached:7[php_targets_php7-1] ) +php_targets_php7-2? ( dev-php/pecl-memcached:7[php_targets_php7-2] ) +" src_prepare(){ if use php_targets_php5-6 ; then