diff options
Diffstat (limited to 'sys-auth/keystone/keystone-13.0.2.ebuild')
-rw-r--r-- | sys-auth/keystone/keystone-13.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-13.0.2.ebuild b/sys-auth/keystone/keystone-13.0.2.ebuild index dadc589f637c..c808f34b6a0e 100644 --- a/sys-auth/keystone/keystone-13.0.2.ebuild +++ b/sys-auth/keystone/keystone-13.0.2.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="stable/queens" else SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0" |