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 3537F1396D0 for ; Thu, 24 Aug 2017 15:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 633D81FC04C; Thu, 24 Aug 2017 15:53:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 26C441FC045 for ; Thu, 24 Aug 2017 15:53:20 +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 394B3341AB2 for ; Thu, 24 Aug 2017 15:53:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D0628129 for ; Thu, 24 Aug 2017 15:53:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503589989.49f44be2e15aa6b7f9f1e04fe9ede7807f656cac.mgorny@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.0.8.1-r1.ebuild app-office/lyx/lyx-2.1.5-r1.ebuild app-office/lyx/lyx-2.2.2-r1.ebuild app-office/lyx/lyx-2.2.3-r1.ebuild app-office/lyx/lyx-2.2.3.ebuild X-VCS-Directories: app-office/lyx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 49f44be2e15aa6b7f9f1e04fe9ede7807f656cac X-VCS-Branch: master Date: Thu, 24 Aug 2017 15:53:16 +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: d4ee8919-90c2-49d4-81fa-8689df76aa3f X-Archives-Hash: d1d5129b2bd79faf0582ed0dabb8498e commit: 49f44be2e15aa6b7f9f1e04fe9ede7807f656cac Author: Michał Górny gentoo org> AuthorDate: Thu Aug 24 14:14:47 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 24 15:53:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f44be2 app-office/lyx: [QA] Use relative symlink target(s) app-office/lyx/lyx-2.0.8.1-r1.ebuild | 4 ++-- app-office/lyx/lyx-2.1.5-r1.ebuild | 4 ++-- app-office/lyx/lyx-2.2.2-r1.ebuild | 4 ++-- app-office/lyx/lyx-2.2.3-r1.ebuild | 4 ++-- app-office/lyx/lyx-2.2.3.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-office/lyx/lyx-2.0.8.1-r1.ebuild b/app-office/lyx/lyx-2.0.8.1-r1.ebuild index 1078ff7ee99..96bc6149e56 100644 --- a/app-office/lyx/lyx-2.0.8.1-r1.ebuild +++ b/app-office/lyx/lyx-2.0.8.1-r1.ebuild @@ -136,8 +136,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi } diff --git a/app-office/lyx/lyx-2.1.5-r1.ebuild b/app-office/lyx/lyx-2.1.5-r1.ebuild index 807a748fa5c..249843210ca 100644 --- a/app-office/lyx/lyx-2.1.5-r1.ebuild +++ b/app-office/lyx/lyx-2.1.5-r1.ebuild @@ -135,8 +135,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi } diff --git a/app-office/lyx/lyx-2.2.2-r1.ebuild b/app-office/lyx/lyx-2.2.2-r1.ebuild index 7bfab99130b..e3060f8aa90 100644 --- a/app-office/lyx/lyx-2.2.2-r1.ebuild +++ b/app-office/lyx/lyx-2.2.2-r1.ebuild @@ -149,8 +149,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi } diff --git a/app-office/lyx/lyx-2.2.3-r1.ebuild b/app-office/lyx/lyx-2.2.3-r1.ebuild index 89e6a668851..0ccfcdc78f2 100644 --- a/app-office/lyx/lyx-2.2.3-r1.ebuild +++ b/app-office/lyx/lyx-2.2.3-r1.ebuild @@ -153,8 +153,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi } diff --git a/app-office/lyx/lyx-2.2.3.ebuild b/app-office/lyx/lyx-2.2.3.ebuild index 7bfab99130b..e3060f8aa90 100644 --- a/app-office/lyx/lyx-2.2.3.ebuild +++ b/app-office/lyx/lyx-2.2.3.ebuild @@ -149,8 +149,8 @@ src_install() { python_fix_shebang "${ED}"/usr/share/${PN} if use hunspell ; then - dosym /usr/share/myspell /usr/share/lyx/dicts - dosym /usr/share/myspell /usr/share/lyx/thes + dosym ../myspell /usr/share/lyx/dicts + dosym ../myspell /usr/share/lyx/thes fi }