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 C72871396D2 for ; Tue, 22 Aug 2017 21:27:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D04901FC03A; Tue, 22 Aug 2017 21:27:02 +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 AB8F31FC03A for ; Tue, 22 Aug 2017 21:27:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 831AE341CAB for ; Tue, 22 Aug 2017 21:27:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0145A7F0A for ; Tue, 22 Aug 2017 21:27:00 +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: <1503437208.84c0eb5f2b9ce24cd18612d6611da7d151fea0f3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild X-VCS-Directories: app-dicts/myspell-ru/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 84c0eb5f2b9ce24cd18612d6611da7d151fea0f3 X-VCS-Branch: master Date: Tue, 22 Aug 2017 21:27:00 +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: d0731b1a-6755-47e2-b286-9023e13336ca X-Archives-Hash: ac493eccda4b4e276c2708cbfd7459dc commit: 84c0eb5f2b9ce24cd18612d6611da7d151fea0f3 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 22 20:59:08 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 22 21:26:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c0eb5f app-dicts/myspell-ru: [QA] Use relative symlink target(s) app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild b/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild index 87ca5fbdc85..cb0e268cf3b 100644 --- a/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild +++ b/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild @@ -26,6 +26,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x8 src_install() { myspell-r2_src_install - dosym /usr/share/hunspell/russian-aot.dic /usr/share/myspell/ru_RU.dic - dosym /usr/share/hunspell/russian-aot.aff /usr/share/myspell/ru_RU.aff + dosym ../hunspell/russian-aot.dic /usr/share/myspell/ru_RU.dic + dosym ../hunspell/russian-aot.aff /usr/share/myspell/ru_RU.aff }