diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-09-12 22:10:58 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-09-12 22:10:58 -0500 |
commit | 17f1f1e681ae8b2016f6d805bda3d598a78c4a35 (patch) | |
tree | f3978a0a66d9b7e98f6aadf6f5f3dc7a92803761 /app-admin | |
parent | dev-perl/Finance-YahooQuote: Bump to version 0.260.0 (diff) | |
download | gentoo-17f1f1e681ae8b2016f6d805bda3d598a78c4a35.tar.gz gentoo-17f1f1e681ae8b2016f6d805bda3d598a78c4a35.tar.bz2 gentoo-17f1f1e681ae8b2016f6d805bda3d598a78c4a35.zip |
app-admin/glance: 20.0.1 bump
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/glance/glance-20.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/glance/glance-20.0.1.ebuild b/app-admin/glance/glance-20.0.1.ebuild index 3136ae3593d4..8bf9f4279c0c 100644 --- a/app-admin/glance/glance-20.0.1.ebuild +++ b/app-admin/glance/glance-20.0.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="stable/ussuri" else SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0" |