commit: 896ac22e0b767cd3464a9176051b782a49c35aa3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 23:09:29 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 23:09:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896ac22e
dev-lua/lua-cjson: EAPI-7 bump
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild
b/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild
index 1dd13c83607..7070319a390 100644
--- a/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild
+++ b/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild
@@ -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
}