diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2022-05-04 16:23:48 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2022-05-04 16:24:16 -0700 |
commit | 0cde9a81052acb4ce7e5318fe23c139d11894534 (patch) | |
tree | 4f5668cac455c564c9141249b285739197da33c3 /sys-cluster | |
parent | net-misc/netopeer2: Stabilize 2.1.16 amd64, #841389 (diff) | |
download | gentoo-0cde9a81052acb4ce7e5318fe23c139d11894534.tar.gz gentoo-0cde9a81052acb4ce7e5318fe23c139d11894534.tar.bz2 gentoo-0cde9a81052acb4ce7e5318fe23c139d11894534.zip |
sys-cluster/ceph: Remove unused inherit
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-16.2.7-r1.ebuild b/sys-cluster/ceph/ceph-16.2.7-r1.ebuild index 3bb075e261b4..64fd34329764 100644 --- a/sys-cluster/ceph/ceph-16.2.7-r1.ebuild +++ b/sys-cluster/ceph/ceph-16.2.7-r1.ebuild @@ -10,7 +10,7 @@ CMAKE_MAKEFILE_GENERATOR=emake inherit check-reqs bash-completion-r1 cmake python-r1 flag-o-matic \ lua-single python-r1 udev readme.gentoo-r1 toolchain-funcs \ - systemd tmpfiles multiprocessing + systemd tmpfiles SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~ppc64" |