commit: 8569aee888b98c1f873aabbcd2f41bab657a42c0
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 04:36:56 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 3 04:36:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8569aee8
app-portage/portconf: use DOCS array
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-portage/portconf/portconf-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-portage/portconf/portconf-9999.ebuild
b/app-portage/portconf/portconf-9999.ebuild
index 7f0ed5d..b2fc37b 100644
--- a/app-portage/portconf/portconf-9999.ebuild
+++ b/app-portage/portconf/portconf-9999.ebuild
@@ -21,12 +21,14 @@ RDEPEND="${DEPEND}
app-portage/eix
app-portage/portage-utils
sys-apps/gawk
+
|| ( app-text/agrep dev-libs/tre )
"
+DOCS=( README.md )
+
src_install() {
dobin portconf
- dodoc README.md
insinto /etc
newins portconf.conf portconf.conf
}