Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/utop/
Date: Fri, 14 Oct 2016 13:16:53
Message-Id: 1476450996.e4d0e6835b9033f275683d20659b2e907ed6a000.aballier@gentoo
1 commit: e4d0e6835b9033f275683d20659b2e907ed6a000
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 13:16:36 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 13:16:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d0e683
7
8 dev-ml/utop: do not try to install an emacs file that doesnt exist, bug #586512
9
10 Package-Manager: portage-2.3.2
11
12 dev-ml/utop/utop-1.19.3.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-ml/utop/utop-1.19.3.ebuild b/dev-ml/utop/utop-1.19.3.ebuild
16 index c451a6b..f53ad90 100644
17 --- a/dev-ml/utop/utop-1.19.3.ebuild
18 +++ b/dev-ml/utop/utop-1.19.3.ebuild
19 @@ -46,7 +46,6 @@ src_install() {
20 oasis_src_install
21 if use emacs; then
22 elisp-install "${PN}" src/top/*.el src/top/*.elc || die
23 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
24 fi
25 }