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 7B94A1384B4 for ; Mon, 16 Nov 2015 16:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9F4F21C027; Mon, 16 Nov 2015 16:15:26 +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 7005821C027 for ; Mon, 16 Nov 2015 16:15:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D3BE3408FF for ; Mon, 16 Nov 2015 16:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29BC22099 for ; Mon, 16 Nov 2015 16:15:11 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1447690496.16055f0291205b941f6f2b63fd6c99058d8eecf8.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/swift/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/swift/swift-2.5.0-r1.ebuild X-VCS-Directories: sys-cluster/swift/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 16055f0291205b941f6f2b63fd6c99058d8eecf8 X-VCS-Branch: master Date: Mon, 16 Nov 2015 16:15:11 +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: f5e6f88f-ba1c-485f-b983-e27b1f82b778 X-Archives-Hash: 1cff671ad05a8ea0a015ed61df1cad1e commit: 16055f0291205b941f6f2b63fd6c99058d8eecf8 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Nov 16 16:14:56 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Nov 16 16:14:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16055f02 sys-cluster/swift: amd64 stable wrt bug #565742 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" sys-cluster/swift/swift-2.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/swift/swift-2.5.0-r1.ebuild b/sys-cluster/swift/swift-2.5.0-r1.ebuild index 1a8cc83..4744db2 100644 --- a/sys-cluster/swift/swift-2.5.0-r1.ebuild +++ b/sys-cluster/swift/swift-2.5.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/liberty/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="proxy account container object test +memcached" REQUIRED_USE="|| ( proxy account container object )"