diff options
Diffstat (limited to 'sys-cluster/ceph/ceph-10.2.8.ebuild')
-rw-r--r-- | sys-cluster/ceph/ceph-10.2.8.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-cluster/ceph/ceph-10.2.8.ebuild b/sys-cluster/ceph/ceph-10.2.8.ebuild index 1dff5e6b0d14..90cd7f880ef3 100644 --- a/sys-cluster/ceph/ceph-10.2.8.ebuild +++ b/sys-cluster/ceph/ceph-10.2.8.ebuild @@ -9,17 +9,15 @@ inherit check-reqs autotools eutils python-r1 udev user \ if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI=" - git://github.com/ceph/ceph.git - https://github.com/ceph/ceph.git" + EGIT_REPO_URI="https://github.com/ceph/ceph.git" SRC_URI="" else - SRC_URI="http://download.ceph.com/tarballs/${P}.tar.gz" + SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Ceph distributed filesystem" -HOMEPAGE="http://ceph.com/" +HOMEPAGE="https://ceph.com/" LICENSE="LGPL-2.1" SLOT="0" |