diff options
author | 2016-07-26 02:57:46 +0700 | |
---|---|---|
committer | 2016-07-26 02:57:46 +0700 | |
commit | c731b26174f23830ac6be9684b545602cc57b8ea (patch) | |
tree | cced31053d78b2b5c5d429a3ec5d66a45a5bf820 /dev-lua/verse | |
parent | msgpack: update ebuild (diff) | |
download | lua-c731b26174f23830ac6be9684b545602cc57b8ea.tar.gz lua-c731b26174f23830ac6be9684b545602cc57b8ea.tar.bz2 lua-c731b26174f23830ac6be9684b545602cc57b8ea.zip |
dev-lua/*: move to EAPI=6 + renewed lua.eclass
Diffstat (limited to 'dev-lua/verse')
-rw-r--r-- | dev-lua/verse/verse-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lua/verse/verse-9999.ebuild b/dev-lua/verse/verse-9999.ebuild index 6088335..87c4a24 100644 --- a/dev-lua/verse/verse-9999.ebuild +++ b/dev-lua/verse/verse-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 VCS="mercurial" LUA_COMPAT="lua51 luajit2" @@ -14,7 +14,7 @@ EHG_REPO_URI="http://code.matthewwild.co.uk/${PN}/" LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE="+examples" +IUSE="examples" RDEPEND=" dev-lua/squish @@ -27,7 +27,7 @@ DEPEND=" ${RDEPEND} " -EXAMPLES=( doc/. ) +EXAMPLES=(doc/.) each_lua_compile() { squish --use-http |