diff options
author | Vadim A. Misbakh-Soloviov <git@mva.name> | 2018-04-16 06:00:43 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <git@mva.name> | 2018-04-16 06:00:43 +0700 |
commit | 570983d61f394cc2fc707302145fef6b07194ed9 (patch) | |
tree | 3b6c3a4e9f5088c24b3eb0196daccf31eb314f5d | |
parent | luahpdf: fixups (diff) | |
download | lua-570983d61f394cc2fc707302145fef6b07194ed9.tar.gz lua-570983d61f394cc2fc707302145fef6b07194ed9.tar.bz2 lua-570983d61f394cc2fc707302145fef6b07194ed9.zip |
specl: working on
-rw-r--r-- | dev-lua/specl/specl-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lua/specl/specl-9999.ebuild b/dev-lua/specl/specl-9999.ebuild index 5d948a9..71e8ca2 100644 --- a/dev-lua/specl/specl-9999.ebuild +++ b/dev-lua/specl/specl-9999.ebuild @@ -8,6 +8,8 @@ GITHUB_A="gvvaughan" inherit lua +EGIT_BRANCH="v14.1" + DESCRIPTION="a testing tool for Lua, providing a Behaviour Driven Development framework in the vein of RSpec" HOMEPAGE="https://github.com/gvvaughan/specl" |