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: Thu, 06 Sep 2018 21:15:05
Message-Id: 1536268491.b99dbb6dd6e695c7ff5c1e7eb6c67874a670206d.floppym@gentoo
1 commit: b99dbb6dd6e695c7ff5c1e7eb6c67874a670206d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 21:14:51 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 21:14:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99dbb6d
7
8 dev-util/kyua: fix automagic dep on dev-libs/atf
9
10 Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48
11
12 dev-util/kyua/kyua-0.13-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-util/kyua/kyua-0.13-r1.ebuild b/dev-util/kyua/kyua-0.13-r1.ebuild
16 index 54f077c9056..004f6bc787e 100644
17 --- a/dev-util/kyua/kyua-0.13-r1.ebuild
18 +++ b/dev-util/kyua/kyua-0.13-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -17,6 +17,7 @@ RESTRICT="test"
26
27 RDEPEND="
28 dev-db/sqlite:3
29 + dev-libs/atf
30 dev-lua/lutok
31 "
32 DEPEND="${RDEPEND}