diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:18:08 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:32:46 -0500 |
commit | 3a7b185bcb12933d29ec131308ad1a84b1f1b1c9 (patch) | |
tree | b3028c80a3a79929079a210912afdc88a5cda909 /app-admin | |
parent | sys-cluster/swift: 2.19.0 stable amd64 and x86 (diff) | |
download | gentoo-3a7b185bcb12933d29ec131308ad1a84b1f1b1c9.tar.gz gentoo-3a7b185bcb12933d29ec131308ad1a84b1f1b1c9.tar.bz2 gentoo-3a7b185bcb12933d29ec131308ad1a84b1f1b1c9.zip |
app-admin/glance: 17.0.0 stable amd64 and x86
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/glance/glance-17.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/glance/glance-17.0.0.ebuild b/app-admin/glance/glance-17.0.0.ebuild index 4a3501f76ee6..e3f1569b651a 100644 --- a/app-admin/glance/glance-17.0.0.ebuild +++ b/app-admin/glance/glance-17.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="stable/rocky" else SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0" |