commit:     6b673a9c34d8585fe9cf383ba3f1f057f95c6c8a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 13:47:13 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 14:08:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b673a9c

sci-mathematics/acl2: install TAGS if USE=emacs

Closes: https://bugs.gentoo.org/890176
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-mathematics/acl2/acl2-8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/acl2/acl2-8.5.ebuild 
b/sci-mathematics/acl2/acl2-8.5.ebuild
index bea58cd4e997..c681f996e4fd 100644
--- a/sci-mathematics/acl2/acl2-8.5.ebuild
+++ b/sci-mathematics/acl2/acl2-8.5.ebuild
@@ -66,7 +66,6 @@ src_install() {
        doexe ${saved_name}
        insinto /usr/share/acl2
        doins ${saved_name}.core
-       doins TAGS
        dosym -r /usr/share/acl2/${saved_name} /usr/bin/acl2
 
        if use doc ; then
@@ -76,6 +75,7 @@ src_install() {
                einstalldocs
        fi
        if use emacs ; then
+               doins TAGS
                elisp-install ${PN}                     \
                        books/emacs/*.el{,c}                \
                        books/interface/emacs/*.el{,c}

Reply via email to