commit: e4d0e6835b9033f275683d20659b2e907ed6a000
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 13:16:36 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 13:16:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d0e683
dev-ml/utop: do not try to install an emacs file that doesnt exist, bug #586512
Package-Manager: portage-2.3.2
dev-ml/utop/utop-1.19.3.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-ml/utop/utop-1.19.3.ebuild b/dev-ml/utop/utop-1.19.3.ebuild
index c451a6b..f53ad90 100644
--- a/dev-ml/utop/utop-1.19.3.ebuild
+++ b/dev-ml/utop/utop-1.19.3.ebuild
@@ -46,7 +46,6 @@ src_install() {
oasis_src_install
if use emacs; then
elisp-install "${PN}" src/top/*.el src/top/*.elc || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
fi
}