Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-db/
Date: Tue, 03 Jan 2017 17:03:11
Message-Id: 1483462935.0c00f30fd1af44f7aff1f56fb1b27fce41bb524e.prometheanfire@gentoo
1 commit: 0c00f30fd1af44f7aff1f56fb1b27fce41bb524e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 16:44:06 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 17:02:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c00f30f
7
8 dev-python/oslo-db: 4.13.5 stable amd64 and x86
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/oslo-db/oslo-db-4.13.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/oslo-db/oslo-db-4.13.5.ebuild b/dev-python/oslo-db/oslo-db-4.13.5.ebuild
16 index 306e70a..e2a5ddb 100644
17 --- a/dev-python/oslo-db/oslo-db-4.13.5.ebuild
18 +++ b/dev-python/oslo-db/oslo-db-4.13.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.db-${PV}"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~x86"
30 +KEYWORDS="amd64 ~arm64 x86"
31 IUSE="+sqlite mysql postgres"
32 REQUIRED_USE="|| ( mysql postgres sqlite )"