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 A699913832E for ; Fri, 22 Jul 2016 05:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBE1F21C01D; Fri, 22 Jul 2016 05:36:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5DFB521C01D for ; Fri, 22 Jul 2016 05:36:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3820A340E2D for ; Fri, 22 Jul 2016 05:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD1937D1 for ; Fri, 22 Jul 2016 05:36:40 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1469165794.e9e8376cc034e6c5296fed85227542fefcd030f6.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/ki18n/ki18n-5.24.0.ebuild X-VCS-Directories: kde-frameworks/ki18n/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: e9e8376cc034e6c5296fed85227542fefcd030f6 X-VCS-Branch: master Date: Fri, 22 Jul 2016 05:36:40 +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: a428485b-4dc7-4e35-a73e-3a19945e93cd X-Archives-Hash: f132cc451048268db75ffff5b1dd80cb commit: e9e8376cc034e6c5296fed85227542fefcd030f6 Author: Benda Xu gentoo org> AuthorDate: Fri Jul 22 05:35:59 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Fri Jul 22 05:36:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e8376c kde-frameworks/ki18n: use the correct directory for Prefix Package-Manager: portage-2.3.0 kde-frameworks/ki18n/ki18n-5.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/ki18n/ki18n-5.24.0.ebuild b/kde-frameworks/ki18n/ki18n-5.24.0.ebuild index 2465340..c45c633 100644 --- a/kde-frameworks/ki18n/ki18n-5.24.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.24.0.ebuild @@ -31,5 +31,5 @@ pkg_setup() { src_install() { kde5_src_install - python_fix_shebang "${D}/usr/$(get_libdir)/cmake/KF5I18n/ts-pmap-compile.py" + python_fix_shebang "${ED}/usr/$(get_libdir)/cmake/KF5I18n/ts-pmap-compile.py" }