diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2015-09-24 11:34:36 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2015-09-24 11:34:36 +0300 |
commit | 09712bfa31a098354145b2dcbdbecdb23a146572 (patch) | |
tree | 1a61afb0b688ccd7e7696eed14f3daba93338d13 /sys-cluster | |
parent | dev-db/mariadb: ia64 stable wrt bug #555480 (diff) | |
download | gentoo-09712bfa31a098354145b2dcbdbecdb23a146572.tar.gz gentoo-09712bfa31a098354145b2dcbdbecdb23a146572.tar.bz2 gentoo-09712bfa31a098354145b2dcbdbecdb23a146572.zip |
sys-cluster/ceph: amd64/x86 stable
Gentoo-Bug: 556404
Package-Manager: portage-2.2.20
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-0.80.10-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-0.80.10-r1.ebuild b/sys-cluster/ceph/ceph-0.80.10-r1.ebuild index 96e1e7ef70ca..4452e8043250 100644 --- a/sys-cluster/ceph/ceph-0.80.10-r1.ebuild +++ b/sys-cluster/ceph/ceph-0.80.10-r1.ebuild @@ -14,7 +14,7 @@ if [[ $PV = *9999* ]]; then KEYWORDS="" else SRC_URI="http://ceph.com/download/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi inherit autotools eutils multilib python-any-r1 udev readme.gentoo ${scm_eclass} |