From: Johannes Huber Date: Sat, 28 Jan 2017 21:02:39 +0000 (+0100) Subject: sys-block/whdd: Move to git-r3 eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8edb5fa6cdf26e2e791b622c852c3e97ec500ca4;p=gentoo.git sys-block/whdd: Move to git-r3 eclass Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index cb67b4af38b4..7bcac0ca093f 100644 --- a/sys-block/whdd/whdd-9999.ebuild +++ b/sys-block/whdd/whdd-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -EGIT_REPO_URI="git://github.com/whdd/whdd.git" -inherit eutils git-2 +EGIT_REPO_URI="https://github.com/${PN}/${PN}" +inherit eutils git-r3 DESCRIPTION="Diagnostic and recovery tool for block devices" HOMEPAGE="https://whdd.github.io"