dev-util/kyua: ia64 keyworded, bug #617758
[gentoo.git] / dev-util / kyua / kyua-0.13.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Testing framework for infrastructure software"
7 HOMEPAGE="https://github.com/jmmv/kyua"
8 SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz"
9
10 LICENSE="BSD"
11 SLOT="0"
12 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86"
13 IUSE="test"
14
15 # Tests fail
16 RESTRICT="test"
17
18 RDEPEND="
19         dev-db/sqlite:3
20         dev-lua/lutok
21 "
22 DEPEND="${RDEPEND}
23         virtual/pkgconfig
24         test? ( dev-libs/atf )
25 "