diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-02-18 12:23:07 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-02-18 12:23:48 +0800 |
commit | 7561a90f25f1e1c5c4c64b70faf76c379579ec50 (patch) | |
tree | 8ce34bfef7d7259a6ffb973c621c6f522d698fa6 /sys-cluster/ceph | |
parent | media-gfx/mcomix: Version bump (bug #574928). (diff) | |
download | gentoo-7561a90f25f1e1c5c4c64b70faf76c379579ec50.tar.gz gentoo-7561a90f25f1e1c5c4c64b70faf76c379579ec50.tar.bz2 gentoo-7561a90f25f1e1c5c4c64b70faf76c379579ec50.zip |
sys-cluster/ceph: fix missing inherit versionator eclass
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-10.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-9.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ceph/ceph-10.0.0.ebuild b/sys-cluster/ceph/ceph-10.0.0.ebuild index 5eb497cee3c3..ad1f5a7d225f 100644 --- a/sys-cluster/ceph/ceph-10.0.0.ebuild +++ b/sys-cluster/ceph/ceph-10.0.0.ebuild @@ -16,7 +16,7 @@ else fi KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -inherit check-reqs autotools eutils multilib python-single-r1 udev user readme.gentoo systemd ${scm_eclass} +inherit check-reqs autotools eutils multilib python-single-r1 udev user readme.gentoo systemd versionator ${scm_eclass} DESCRIPTION="Ceph distributed filesystem" HOMEPAGE="http://ceph.com/" diff --git a/sys-cluster/ceph/ceph-9.2.0.ebuild b/sys-cluster/ceph/ceph-9.2.0.ebuild index 0f82103c41ca..a3999e0accac 100644 --- a/sys-cluster/ceph/ceph-9.2.0.ebuild +++ b/sys-cluster/ceph/ceph-9.2.0.ebuild @@ -16,7 +16,7 @@ else fi KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -inherit check-reqs autotools eutils multilib python-single-r1 udev user readme.gentoo systemd ${scm_eclass} +inherit check-reqs autotools eutils multilib python-single-r1 udev user readme.gentoo systemd versionator ${scm_eclass} DESCRIPTION="Ceph distributed filesystem" HOMEPAGE="http://ceph.com/" |