Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/
Date: Wed, 23 Dec 2015 11:29:37
Message-Id: 1450870152.6643986ab89822cb537c633cae07dfa8fc51e4e5.ulm@gentoo
1 commit: 6643986ab89822cb537c633cae07dfa8fc51e4e5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 11:29:12 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 11:29:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6643986a
7
8 sci-mathematics/maxima: Fix typo in pkg_postrm.
9
10 Package-Manager: portage-2.2.26
11
12 sci-mathematics/maxima/maxima-5.37.3-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild b/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
16 index d0edb52..bfead78 100644
17 --- a/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
18 +++ b/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
19 @@ -195,7 +195,7 @@ pkg_postinst() {
20
21 pkg_postrm() {
22 if use emacs; then
23 - lisp-site-regen
24 + elisp-site-regen
25 mktexlsr
26 fi
27 }