diff options
author | 2023-08-04 09:35:22 +0200 | |
---|---|---|
committer | 2023-08-04 09:35:53 +0200 | |
commit | 8505e79a0efa141cc0b7fc7a2e824640c88cdd8d (patch) | |
tree | 09ddd65254a0131ad32e1dcbaeccaced506b51bf /app-emacs/emms | |
parent | www-client/chromium: fix building with binutils 2.41 (diff) | |
download | gentoo-8505e79a0efa141cc0b7fc7a2e824640c88cdd8d.tar.gz gentoo-8505e79a0efa141cc0b7fc7a2e824640c88cdd8d.tar.bz2 gentoo-8505e79a0efa141cc0b7fc7a2e824640c88cdd8d.zip |
app-emacs/emms: fix v16 install
Closes: https://bugs.gentoo.org/911689
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/emms')
-rw-r--r-- | app-emacs/emms/emms-16.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emacs/emms/emms-16.ebuild b/app-emacs/emms/emms-16.ebuild index 036de9427036..c5130396d32c 100644 --- a/app-emacs/emms/emms-16.ebuild +++ b/app-emacs/emms/emms-16.ebuild @@ -21,6 +21,7 @@ BDEPEND="${RDEPEND}" # possibilities are so broad that we refrain from setting anything explicitly # in DEPEND/RDEPEND. +DOCS=( AUTHORS NEWS README ) SITEFILE="50${PN}-gentoo.el" src_compile() { @@ -36,5 +37,6 @@ src_install() { doinfo doc/emms.info* doman emms-print-metadata.1 - dodoc AUTHORS NEWS README THANKGNU + + einstalldocs } |