diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-02-05 09:38:14 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-02-05 09:38:14 +0100 |
commit | 96a5ecf747c1c937546b2333d8731a52f29cb434 (patch) | |
tree | 34c435091b74127c6d0f9f20c9cdeb9caede54c2 /app-admin/glance | |
parent | Merge remote-tracking branch 'github/pr/608'. (diff) | |
download | gentoo-96a5ecf747c1c937546b2333d8731a52f29cb434.tar.gz gentoo-96a5ecf747c1c937546b2333d8731a52f29cb434.tar.bz2 gentoo-96a5ecf747c1c937546b2333d8731a52f29cb434.zip |
app-admin/glance: amd64 stable wrt bug #573844
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin/glance')
-rw-r--r-- | app-admin/glance/glance-11.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/glance/glance-11.0.1-r1.ebuild b/app-admin/glance/glance-11.0.1-r1.ebuild index 1126febfd97f..940588b0727d 100644 --- a/app-admin/glance/glance-11.0.1-r1.ebuild +++ b/app-admin/glance/glance-11.0.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc mysql postgres +sqlite +swift test" REQUIRED_USE="|| ( mysql postgres sqlite )" |