commit: 638d4809719520631f61ce669e6b174f7d3c4b81
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 04:34:44 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 3 04:34:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=638d4809
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-1.6.8-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-portage/portconf/portconf-1.6.8-r1.ebuild
b/app-portage/portconf/portconf-1.6.8-r1.ebuild
index e96731d..9e05d2e 100644
--- a/app-portage/portconf/portconf-1.6.8-r1.ebuild
+++ b/app-portage/portconf/portconf-1.6.8-r1.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
}