Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kyua/
Date: Mon, 08 May 2017 16:08:54
Message-Id: 1494259729.41927ff6fd3a6fd9a1e35036c4360acd08095346.floppym@gentoo
1 commit: 41927ff6fd3a6fd9a1e35036c4360acd08095346
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 8 16:08:26 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon May 8 16:08:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41927ff6
7
8 dev-util/kyua: fix HOMEPAGE
9
10 Bug: https://bugs.gentoo.org/617824
11 Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61
12
13 dev-util/kyua/kyua-0.13.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/kyua/kyua-0.13.ebuild b/dev-util/kyua/kyua-0.13.ebuild
17 index a0f46d7be88..97950e7f83b 100644
18 --- a/dev-util/kyua/kyua-0.13.ebuild
19 +++ b/dev-util/kyua/kyua-0.13.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=6
22
23 DESCRIPTION="Testing framework for infrastructure software"
24 -HOMEPAGE="https://github.com/jmmv/lutok"
25 +HOMEPAGE="https://github.com/jmmv/kyua"
26 SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz"
27
28 LICENSE="BSD"