diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-05-07 14:30:39 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-05-07 14:39:41 -0400 |
commit | de1508597b064b934c0ca454edd432b727bb94ea (patch) | |
tree | 4393273422c2e373100a0ecffbc3cff9cc3ebbb0 /dev-lua | |
parent | dev-util/pkgconf: enable testing (diff) | |
download | gentoo-de1508597b064b934c0ca454edd432b727bb94ea.tar.gz gentoo-de1508597b064b934c0ca454edd432b727bb94ea.tar.bz2 gentoo-de1508597b064b934c0ca454edd432b727bb94ea.zip |
dev-lua/lutok: add test deps
Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lutok/lutok-0.4.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-lua/lutok/lutok-0.4.ebuild b/dev-lua/lutok/lutok-0.4.ebuild index c71be93cc487..1f1c15d9f03b 100644 --- a/dev-lua/lutok/lutok-0.4.ebuild +++ b/dev-lua/lutok/lutok-0.4.ebuild @@ -12,13 +12,18 @@ SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-lang/lua:0 " DEPEND="${RDEPEND} virtual/pkgconfig + test? ( + dev-libs/atf + dev-util/kyua + ) " src_configure() { |