From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED5F11382C5 for ; Fri, 30 Mar 2018 18:09:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 348B0E092D; Fri, 30 Mar 2018 18:09:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12539E092D for ; Fri, 30 Mar 2018 18:09:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C286335D53 for ; Fri, 30 Mar 2018 18:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D87CC26F for ; Fri, 30 Mar 2018 18:09:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1522433370.555fd624d609a35f4a8f80c5f3b8688829f411be.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/lyx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/lyx/lyx-2.3.0.ebuild X-VCS-Directories: app-office/lyx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 555fd624d609a35f4a8f80c5f3b8688829f411be X-VCS-Branch: master Date: Fri, 30 Mar 2018 18:09:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aaf983fc-1618-472e-876d-13c60cbab639 X-Archives-Hash: 7c04666f272de7b3f931a7a5fa78982c commit: 555fd624d609a35f4a8f80c5f3b8688829f411be Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 30 17:34:49 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 30 18:09:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555fd624 app-office/lyx: Drop superfluous ${S} Package-Manager: Portage-2.3.27, Repoman-2.3.9 app-office/lyx/lyx-2.3.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-office/lyx/lyx-2.3.0.ebuild b/app-office/lyx/lyx-2.3.0.ebuild index 035181b8fbd..9cfd20937ed 100644 --- a/app-office/lyx/lyx-2.3.0.ebuild +++ b/app-office/lyx/lyx-2.3.0.ebuild @@ -123,9 +123,9 @@ src_install() { doins "${T}"/hebrew.bind fi - newicon -s 32 "${S}/development/Win32/packaging/icons/lyx_32x32.png" ${PN}.png - doicon -s 48 "${S}/lib/images/lyx.png" - doicon -s scalable "${S}/lib/images/lyx.svg" + newicon -s 32 "development/Win32/packaging/icons/lyx_32x32.png" ${PN}.png + doicon -s 48 "lib/images/lyx.png" + doicon -s scalable "lib/images/lyx.svg" # fix for bug 91108 if use latex ; then