diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-11 02:56:43 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-11 02:57:28 +0200 |
commit | aa221c296096f7ce2718b3c851083c82a5680298 (patch) | |
tree | 944fa9054ff66ba60ff5a36fc2ce22726edfbdb6 /sys-cluster | |
parent | sys-cluster/ceph: Version bump to 12.2.6 (diff) | |
download | gentoo-aa221c296096f7ce2718b3c851083c82a5680298.tar.gz gentoo-aa221c296096f7ce2718b3c851083c82a5680298.tar.bz2 gentoo-aa221c296096f7ce2718b3c851083c82a5680298.zip |
sys-cluster/ceph: x86 stable (bug #658928)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-12.2.5.ebuild b/sys-cluster/ceph/ceph-12.2.5.ebuild index 000712b8e6fc..72ad468ceb66 100644 --- a/sys-cluster/ceph/ceph-12.2.5.ebuild +++ b/sys-cluster/ceph/ceph-12.2.5.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="Ceph distributed filesystem" |