diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:17:10 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:32:45 -0500 |
commit | ec0846622edb53d8f3e54d9e87d1afffda301e8a (patch) | |
tree | 5691ab1ea74fa952cebec5e747dec5b914cf4e7f /sys-cluster/swift/swift-2.19.0.ebuild | |
parent | sys-auth/keystone: 14.0.0 stable amd86 and x86 (diff) | |
download | gentoo-ec0846622edb53d8f3e54d9e87d1afffda301e8a.tar.gz gentoo-ec0846622edb53d8f3e54d9e87d1afffda301e8a.tar.bz2 gentoo-ec0846622edb53d8f3e54d9e87d1afffda301e8a.zip |
sys-cluster/swift: 2.19.0 stable amd64 and x86
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'sys-cluster/swift/swift-2.19.0.ebuild')
-rw-r--r-- | sys-cluster/swift/swift-2.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/swift/swift-2.19.0.ebuild b/sys-cluster/swift/swift-2.19.0.ebuild index 6e4ce71625c2..9127cdea86c1 100644 --- a/sys-cluster/swift/swift-2.19.0.ebuild +++ b/sys-cluster/swift/swift-2.19.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 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="stable/pike" else SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0" |