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 598571396D0 for ; Sat, 30 Sep 2017 01:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 780482BC011; Sat, 30 Sep 2017 01:06:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5304BE0C75 for ; Sat, 30 Sep 2017 01:06:26 +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 479D43417CC for ; Sat, 30 Sep 2017 01:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF3418F9D for ; Sat, 30 Sep 2017 01:06:23 +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: <1506733478.9587f1f3d6653a52742b35a71c89022ee5c9ddd6.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/keystone/keystone-12.0.0.ebuild X-VCS-Directories: sys-auth/keystone/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 9587f1f3d6653a52742b35a71c89022ee5c9ddd6 X-VCS-Branch: master Date: Sat, 30 Sep 2017 01:06:23 +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: e1b8a1d9-0682-4f0a-8a02-87c74daa4f9d X-Archives-Hash: 18c0219785f4773592b972ea06e0c16a commit: 9587f1f3d6653a52742b35a71c89022ee5c9ddd6 Author: Matthew Thode gentoo org> AuthorDate: Sat Sep 30 01:04:38 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Sep 30 01:04:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9587f1f3 sys-auth/keystone: 12.0.0 stablized amd64 x86 under allarches sys-auth/keystone/keystone-12.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/keystone/keystone-12.0.0.ebuild b/sys-auth/keystone/keystone-12.0.0.ebuild index 4e78a2ae385..72e23119000 100644 --- a/sys-auth/keystone/keystone-12.0.0.ebuild +++ b/sys-auth/keystone/keystone-12.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+sqlite ldap memcached mongo mysql postgres test" REQUIRED_USE="|| ( mysql postgres sqlite )"