Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/xplr/
Date: Thu, 20 Jan 2022 19:25:26
Message-Id: 1642706714.6e84417af6e56fba92e347074e12caa1f4599501.andrewammerlaan@gentoo
1 commit: 6e84417af6e56fba92e347074e12caa1f4599501
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 19:25:14 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 19:25:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e84417a
7
8 app-misc/xplr: QA fixes
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 app-misc/xplr/xplr-0.17.1.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/app-misc/xplr/xplr-0.17.1.ebuild b/app-misc/xplr/xplr-0.17.1.ebuild
17 index 8f2715ad5..e4ede6418 100644
18 --- a/app-misc/xplr/xplr-0.17.1.ebuild
19 +++ b/app-misc/xplr/xplr-0.17.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -157,10 +157,10 @@ IUSE="doc"
27
28 REQUIRED_USE="${LUA_REQUIRED_USE}"
29 RDEPEND="
30 - $LUA_DEPS
31 + ${LUA_DEPS}
32 "
33 DEPEND="
34 - $RDEPEND
35 + ${RDEPEND}
36 "
37
38 QA_FLAGS_IGNORED="usr/bin/.*"
39 @@ -180,9 +180,9 @@ src_compile() {
40 }
41
42 src_install() {
43 - if use doc;then
44 - dodoc README.md LICENSE
45 - local DOCS=( docs/* )
46 + if use doc; then
47 + dodoc README.md
48 + dodc -r docs/*
49 einstalldocs
50 fi
51 dobin target/release/xplr