Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
Date: Tue, 26 Apr 2022 02:15:11
Message-Id: 1650939301.78efac07ac38b7ff49925e861b303b8a8b5ec9bf.xgqt@gentoo
1 commit: 78efac07ac38b7ff49925e861b303b8a8b5ec9bf
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 02:12:41 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 02:15:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78efac07
7
8 app-emacs/bind-key: fix elisp installtion
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/bind-key/{bind-key-2.4.1.ebuild => bind-key-2.4.1-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emacs/bind-key/bind-key-2.4.1.ebuild b/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
16 similarity index 94%
17 rename from app-emacs/bind-key/bind-key-2.4.1.ebuild
18 rename to app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
19 index eca71e9ca659..9a2527d8396d 100644
20 --- a/app-emacs/bind-key/bind-key-2.4.1.ebuild
21 +++ b/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
22 @@ -23,5 +23,5 @@ src_compile() {
23
24 src_install() {
25 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
26 - elisp-install ${PN}.el{,c}
27 + elisp-install ${PN} ${PN}.el{,c}
28 }