From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F15B51388C0 for ; Sun, 28 Feb 2016 07:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50D4121C085; Sun, 28 Feb 2016 07:25:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B0F121C022 for ; Sun, 28 Feb 2016 07:25:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A90A340B81 for ; Sun, 28 Feb 2016 07:25:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E312324 for ; Sun, 28 Feb 2016 07:25:37 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456644303.6b0f5f2af2f642b792725932f691dc5db299806d.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/memcached/memcached-1.4.25.ebuild X-VCS-Directories: net-misc/memcached/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 6b0f5f2af2f642b792725932f691dc5db299806d X-VCS-Branch: master Date: Sun, 28 Feb 2016 07:25:37 +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: 3ab99ecf-0590-4b9b-a92c-cc9b0b026a4a X-Archives-Hash: afda71fa0a708ae5630b49436f5a8490 commit: 6b0f5f2af2f642b792725932f691dc5db299806d Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 07:25:03 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 07:25:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0f5f2a net-misc/memcached: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 net-misc/memcached/memcached-1.4.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/memcached/memcached-1.4.25.ebuild b/net-misc/memcached/memcached-1.4.25.ebuild index d6eb3e0..53f0984 100644 --- a/net-misc/memcached/memcached-1.4.25.ebuild +++ b/net-misc/memcached/memcached-1.4.25.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.memcached.org/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later RDEPEND=">=dev-libs/libevent-1.4