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 C8967139087 for ; Tue, 3 Jan 2017 17:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4093E0CF4; Tue, 3 Jan 2017 17:03:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5740E0CF4 for ; Tue, 3 Jan 2017 17:03:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10D19341149 for ; Tue, 3 Jan 2017 17:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3026261E for ; Tue, 3 Jan 2017 17:03:06 +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: <1483462935.0c00f30fd1af44f7aff1f56fb1b27fce41bb524e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-db/oslo-db-4.13.5.ebuild X-VCS-Directories: dev-python/oslo-db/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 0c00f30fd1af44f7aff1f56fb1b27fce41bb524e X-VCS-Branch: master Date: Tue, 3 Jan 2017 17:03:06 +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: d5b36a08-9ed6-421b-80e5-5daca4af6e46 X-Archives-Hash: 41062b1132a616ec263cc658a1e0fbff commit: 0c00f30fd1af44f7aff1f56fb1b27fce41bb524e Author: Matthew Thode gentoo org> AuthorDate: Tue Jan 3 16:44:06 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Jan 3 17:02:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c00f30f dev-python/oslo-db: 4.13.5 stable amd64 and x86 Package-Manager: portage-2.3.0 dev-python/oslo-db/oslo-db-4.13.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/oslo-db/oslo-db-4.13.5.ebuild b/dev-python/oslo-db/oslo-db-4.13.5.ebuild index 306e70a..e2a5ddb 100644 --- a/dev-python/oslo-db/oslo-db-4.13.5.ebuild +++ b/dev-python/oslo-db/oslo-db-4.13.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.db-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+sqlite mysql postgres" REQUIRED_USE="|| ( mysql postgres sqlite )"