Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/lyx/
Date: Fri, 30 Mar 2018 18:09:49
Message-Id: 1522433370.555fd624d609a35f4a8f80c5f3b8688829f411be.asturm@gentoo
1 commit: 555fd624d609a35f4a8f80c5f3b8688829f411be
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 17:34:49 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 18:09:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555fd624
7
8 app-office/lyx: Drop superfluous ${S}
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 app-office/lyx/lyx-2.3.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-office/lyx/lyx-2.3.0.ebuild b/app-office/lyx/lyx-2.3.0.ebuild
16 index 035181b8fbd..9cfd20937ed 100644
17 --- a/app-office/lyx/lyx-2.3.0.ebuild
18 +++ b/app-office/lyx/lyx-2.3.0.ebuild
19 @@ -123,9 +123,9 @@ src_install() {
20 doins "${T}"/hebrew.bind
21 fi
22
23 - newicon -s 32 "${S}/development/Win32/packaging/icons/lyx_32x32.png" ${PN}.png
24 - doicon -s 48 "${S}/lib/images/lyx.png"
25 - doicon -s scalable "${S}/lib/images/lyx.svg"
26 + newicon -s 32 "development/Win32/packaging/icons/lyx_32x32.png" ${PN}.png
27 + doicon -s 48 "lib/images/lyx.png"
28 + doicon -s scalable "lib/images/lyx.svg"
29
30 # fix for bug 91108
31 if use latex ; then