diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-12-22 10:51:25 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-12-22 10:51:25 +0000 |
commit | ef0603d9fe28872f325e2e503788d73f87c3c8e4 (patch) | |
tree | dc5eca52dc357833307c3225f38667e5eafc4568 /sys-block | |
parent | dev-java/sbt-bin: Add metadata.xml file. Set SLOTs to 0. Fix default install ... (diff) | |
parent | sys-block/whdd-9999: update (diff) | |
download | gentoo-ef0603d9fe28872f325e2e503788d73f87c3c8e4.tar.gz gentoo-ef0603d9fe28872f325e2e503788d73f87c3c8e4.tar.bz2 gentoo-ef0603d9fe28872f325e2e503788d73f87c3c8e4.zip |
Merge remote-tracking branch 'github/pr/461'.
Diffstat (limited to 'sys-block')
-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 92bd111f2cfb..eed54425e6f6 100644 --- a/sys-block/whdd/whdd-9999.ebuild +++ b/sys-block/whdd/whdd-9999.ebuild @@ -3,12 +3,12 @@ # $Id$ EAPI=4 -EGIT_REPO_URI="git://github.com/krieger-od/whdd.git" +EGIT_REPO_URI="git://github.com/whdd/whdd.git" -inherit cmake-utils git-2 +inherit eutils git-2 DESCRIPTION="Diagnostic and recovery tool for block devices" -HOMEPAGE="https://github.com/krieger-od/whdd" +HOMEPAGE="https://whdd.github.io" LICENSE="GPL-2" SLOT="0" |