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 980D858976 for ; Sun, 24 Jan 2016 17:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 010CAE0886; Sun, 24 Jan 2016 17:22:42 +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 5AA89E0884 for ; Sun, 24 Jan 2016 17:22:41 +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 390F83408D4 for ; Sun, 24 Jan 2016 17:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC81B10AF for ; Sun, 24 Jan 2016 17:22:37 +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: <1453656132.8cef3f2606ac6a31f6cd79d4fe70cc91e0c0b55d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/keystone/keystone-8.0.1.ebuild X-VCS-Directories: sys-auth/keystone/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8cef3f2606ac6a31f6cd79d4fe70cc91e0c0b55d X-VCS-Branch: master Date: Sun, 24 Jan 2016 17:22: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: c2845268-31d2-43b1-8e4a-218de83ba81b X-Archives-Hash: 141a061767e1a6619262e59f3891c42a commit: 8cef3f2606ac6a31f6cd79d4fe70cc91e0c0b55d Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jan 24 17:22:12 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jan 24 17:22:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cef3f26 sys-auth/keystone: amd64/x86 stable, (ALLARCHES policy) wrt bug #572642 Package-Manager: portage-2.2.26 Signed-off-by: Agostino Sarubbo gentoo.org> sys-auth/keystone/keystone-8.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/keystone/keystone-8.0.1.ebuild b/sys-auth/keystone/keystone-8.0.1.ebuild index 1c62ec7..673cc49 100644 --- a/sys-auth/keystone/keystone-8.0.1.ebuild +++ b/sys-auth/keystone/keystone-8.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+sqlite memcached mongo mysql postgres ldap test" REQUIRED_USE="|| ( mysql postgres sqlite )"