dev-lua/lua-cjson: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 31 Dec 2018 23:09:29 +0000 (00:09 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 31 Dec 2018 23:09:29 +0000 (00:09 +0100)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild

index 1dd13c83607d89bd3b00571e104092cd2689e042..7070319a3902168fb7ab1578677b4f31e4412812 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit cmake-utils
 
@@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND=">=dev-lang/lua-5.1:0"
-DEPEND="${RDEPEND}
-       test? ( dev-lang/perl )"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-lang/perl )"
 
 DOCS=( NEWS THANKS )
 
@@ -29,6 +29,6 @@ src_test() {
 }
 
 src_install() {
+       use doc && local HTML_DOCS=( manual.html performance.html )
        cmake-utils_src_install
-       use doc && dohtml manual.html performance.html
 }