diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-03-03 05:36:56 +0100 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-03-03 05:36:56 +0100 |
commit | 8569aee888b98c1f873aabbcd2f41bab657a42c0 (patch) | |
tree | 70dca2020aaef68428d57d4accfc430ecb9a77d5 | |
parent | app-portage/showbuild: reorder deps (diff) | |
download | guru-8569aee888b98c1f873aabbcd2f41bab657a42c0.tar.gz guru-8569aee888b98c1f873aabbcd2f41bab657a42c0.tar.bz2 guru-8569aee888b98c1f873aabbcd2f41bab657a42c0.zip |
app-portage/portconf: use DOCS array
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r-- | app-portage/portconf/portconf-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-portage/portconf/portconf-9999.ebuild b/app-portage/portconf/portconf-9999.ebuild index 7f0ed5d11..b2fc37b66 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 } |