summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-04 09:35:22 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-04 09:35:53 +0200
commit8505e79a0efa141cc0b7fc7a2e824640c88cdd8d (patch)
tree09ddd65254a0131ad32e1dcbaeccaced506b51bf
parentwww-client/chromium: fix building with binutils 2.41 (diff)
downloadgentoo-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>
-rw-r--r--app-emacs/emms/emms-16.ebuild4
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
}