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: Sat, 31 Mar 2018 00:59:55
Message-Id: 1522457432.c311612e76df5edbd17c654c3fe962233e8de35b.prometheanfire@gentoo
1 commit: c311612e76df5edbd17c654c3fe962233e8de35b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 00:50:32 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 00:50:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c311612e
7
8 dev-python/oslo-db: 4.33.0 stablized amd64 ~arm64 x86 under allarches
9
10 Stablized for Openstack Queens
11
12 dev-python/oslo-db/oslo-db-4.33.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/oslo-db/oslo-db-4.33.0.ebuild b/dev-python/oslo-db/oslo-db-4.33.0.ebuild
16 index 15fd3d5ac28..2c75687bc08 100644
17 --- a/dev-python/oslo-db/oslo-db-4.33.0.ebuild
18 +++ b/dev-python/oslo-db/oslo-db-4.33.0.ebuild
19 @@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.db-${PV}"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 IUSE="+sqlite mysql postgres"
26 REQUIRED_USE="|| ( mysql postgres sqlite )"