diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-25 22:09:24 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-25 22:09:24 -0500 |
commit | 711e174b13ddc615b9ebd5d0b4f94004d4b4417a (patch) | |
tree | 7ee43b45ba13aa6573f96c01c52b65bdb1c7f4f5 | |
parent | stablize openstack ocata keystone-11.0.0 x86 and amd64 (diff) | |
download | gentoo-711e174b13ddc615b9ebd5d0b4f94004d4b4417a.tar.gz gentoo-711e174b13ddc615b9ebd5d0b4f94004d4b4417a.tar.bz2 gentoo-711e174b13ddc615b9ebd5d0b4f94004d4b4417a.zip |
stablize openstack ocata glance-14.0.0 x86 and amd64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force
-rw-r--r-- | app-admin/glance/glance-14.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/glance/glance-14.0.0.ebuild b/app-admin/glance/glance-14.0.0.ebuild index 02f04305b642..d968f2a9e32d 100644 --- a/app-admin/glance/glance-14.0.0.ebuild +++ b/app-admin/glance/glance-14.0.0.ebuild @@ -12,7 +12,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="doc mysql postgres +sqlite +swift" REQUIRED_USE="|| ( mysql postgres sqlite )" |