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 44C90139694 for ; Sat, 6 May 2017 22:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94959E0DBB; Sat, 6 May 2017 22:26:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70EE1E0DA2 for ; Sat, 6 May 2017 22:26:18 +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 9B9833416BF for ; Sat, 6 May 2017 22:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CD86744C for ; Sat, 6 May 2017 22:26:16 +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: <1494108410.169691c85c00863cfd2060b38a101b3b489048cf.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kservice/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kservice/kservice-9999.ebuild X-VCS-Directories: kde-frameworks/kservice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 169691c85c00863cfd2060b38a101b3b489048cf X-VCS-Branch: master Date: Sat, 6 May 2017 22:26: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: ac13e643-efcf-419d-b467-c007be03aaed X-Archives-Hash: 1a36988892a5fdd5140f69ed6b939689 commit: 169691c85c00863cfd2060b38a101b3b489048cf Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 6 22:06:50 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 6 22:06:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=169691c8 kde-frameworks/kservice: Fix dosym to relative first argument Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-frameworks/kservice/kservice-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kservice/kservice-9999.ebuild b/kde-frameworks/kservice/kservice-9999.ebuild index f9ad52d4d9..4e896d21c9 100644 --- a/kde-frameworks/kservice/kservice-9999.ebuild +++ b/kde-frameworks/kservice/kservice-9999.ebuild @@ -42,5 +42,5 @@ src_install() { kde5_src_install # bug 596316 - dosym /etc/xdg/menus/kf5-applications.menu /etc/xdg/menus/applications.menu + dosym kf5-applications.menu /etc/xdg/menus/applications.menu }