diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-28 22:02:39 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-28 22:12:22 +0100 |
commit | 8edb5fa6cdf26e2e791b622c852c3e97ec500ca4 (patch) | |
tree | 0303126b5e0bd35ad209e21d0d6d617dee8ef984 /sys-block/whdd | |
parent | dev-libs/ocl-icd: Bump (diff) | |
download | gentoo-8edb5fa6cdf26e2e791b622c852c3e97ec500ca4.tar.gz gentoo-8edb5fa6cdf26e2e791b622c852c3e97ec500ca4.tar.bz2 gentoo-8edb5fa6cdf26e2e791b622c852c3e97ec500ca4.zip |
sys-block/whdd: Move to git-r3 eclass
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-block/whdd')
-rw-r--r-- | sys-block/whdd/whdd-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |