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 244F6138334 for ; Thu, 12 Dec 2019 15:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FA88E0884; Thu, 12 Dec 2019 15:21:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 35DA1E0884 for ; Thu, 12 Dec 2019 15:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D005534D965 for ; Thu, 12 Dec 2019 15:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 615DD8B0 for ; Thu, 12 Dec 2019 15:21:17 +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: <1576163604.234985533d4441cac670a296da58e92d5a4f23cf.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-3.1.4.ebuild dev-php/pecl-memcached/pecl-memcached-3.1.5.ebuild X-VCS-Directories: dev-php/pecl-memcached/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 234985533d4441cac670a296da58e92d5a4f23cf X-VCS-Branch: master Date: Thu, 12 Dec 2019 15:21:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bea86e7f-135f-4388-84f1-20474d4a4e0b X-Archives-Hash: 332db63e17118d51deb64321ac495c9e commit: 234985533d4441cac670a296da58e92d5a4f23cf Author: Brian Evans gentoo org> AuthorDate: Thu Dec 12 15:13:24 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Dec 12 15:13:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23498553 dev-php/pecl-memcached: Restore ~arm64 on new versions post bug Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-memcached/pecl-memcached-3.1.4.ebuild | 2 +- dev-php/pecl-memcached/pecl-memcached-3.1.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.4.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.1.4.ebuild index 32fbc8704ed..f9b01c82b99 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.4.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.4.ebuild @@ -12,7 +12,7 @@ USE_PHP="php7-1 php7-2 php7-3 php7-4" # But only truly build for these four. DESCRIPTION="Interface PHP with memcached via libmemcached library" LICENSE="PHP-3" SLOT="7" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="examples igbinary json sasl +session test" RESTRICT="!test? ( test )" diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.5.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.1.5.ebuild index 32fbc8704ed..f9b01c82b99 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.5.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.5.ebuild @@ -12,7 +12,7 @@ USE_PHP="php7-1 php7-2 php7-3 php7-4" # But only truly build for these four. DESCRIPTION="Interface PHP with memcached via libmemcached library" LICENSE="PHP-3" SLOT="7" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="examples igbinary json sasl +session test" RESTRICT="!test? ( test )"