diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-25 10:49:59 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-25 10:54:24 -0500 |
commit | 92a6bbc36538a2244ac245d3180441e738eafa97 (patch) | |
tree | 2142be25b54424dc312dbefdbc5bba6eb0500a73 /sys-cluster | |
parent | dev-libs/leatherman: 1.6.0 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-92a6bbc36538a2244ac245d3180441e738eafa97.tar.gz gentoo-92a6bbc36538a2244ac245d3180441e738eafa97.tar.bz2 gentoo-92a6bbc36538a2244ac245d3180441e738eafa97.zip |
sys-cluster/swift: 2.21.0-r1 stable amd64/x86
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/swift/swift-2.21.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/swift/swift-2.21.0-r1.ebuild b/sys-cluster/swift/swift-2.21.0-r1.ebuild index ec5ee0cd41ee..25a2b591ac5e 100644 --- a/sys-cluster/swift/swift-2.21.0-r1.ebuild +++ b/sys-cluster/swift/swift-2.21.0-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="stable/stein" else SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0" |