commit: f8abc5a15a16daa86765571f72140ba26a880895
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 11:32:20 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 11:32:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=f8abc5a1
app-emacs/whizzytex: Drop package reference from metadata.xml
Use dodoc -r instead of doins for examples.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/whizzytex/whizzytex-1.3.2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
b/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
index a82e2c4..eefc0c6 100644
--- a/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
+++ b/app-emacs/whizzytex/whizzytex-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -70,7 +70,6 @@ src_install() {
fi
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ dodoc -r examples
fi
}