diff options
-rw-r--r-- | sys-auth/keystone/keystone-13.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-13.0.0-r1.ebuild b/sys-auth/keystone/keystone-13.0.0-r1.ebuild index a2157ff67e8c..54cb0b720d2f 100644 --- a/sys-auth/keystone/keystone-13.0.0-r1.ebuild +++ b/sys-auth/keystone/keystone-13.0.0-r1.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" |