commit: 6e84417af6e56fba92e347074e12caa1f4599501
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 19:25:14 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 19:25:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e84417a
app-misc/xplr: QA fixes
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
app-misc/xplr/xplr-0.17.1.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-misc/xplr/xplr-0.17.1.ebuild b/app-misc/xplr/xplr-0.17.1.ebuild
index 8f2715ad5..e4ede6418 100644
--- a/app-misc/xplr/xplr-0.17.1.ebuild
+++ b/app-misc/xplr/xplr-0.17.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -157,10 +157,10 @@ IUSE="doc"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RDEPEND="
- $LUA_DEPS
+ ${LUA_DEPS}
"
DEPEND="
- $RDEPEND
+ ${RDEPEND}
"
QA_FLAGS_IGNORED="usr/bin/.*"
@@ -180,9 +180,9 @@ src_compile() {
}
src_install() {
- if use doc;then
- dodoc README.md LICENSE
- local DOCS=( docs/* )
+ if use doc; then
+ dodoc README.md
+ dodc -r docs/*
einstalldocs
fi
dobin target/release/xplr