From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6316D13988E for ; Mon, 24 Aug 2015 07:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41135E0806; Mon, 24 Aug 2015 07:47:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D53F5E0806 for ; Mon, 24 Aug 2015 07:47:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8A3134087C for ; Mon, 24 Aug 2015 07:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C17A914B for ; Mon, 24 Aug 2015 07:47:25 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1440402594.d27e69ddfe43c0e1695872b10c54ef8278f0b84d.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kgamma/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kgamma/kgamma-5.3.95.ebuild X-VCS-Directories: kde-plasma/kgamma/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d27e69ddfe43c0e1695872b10c54ef8278f0b84d X-VCS-Branch: master Date: Mon, 24 Aug 2015 07:47:25 +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: d8891022-8125-4fb2-a82f-558622667141 X-Archives-Hash: 4f8808e0835920aaaab1c79bf78007f5 commit: d27e69ddfe43c0e1695872b10c54ef8278f0b84d Author: Johannes Huber gentoo org> AuthorDate: Mon Aug 24 07:49:54 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Aug 24 07:49:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d27e69dd kde-plasma/kgamma: Set custom S Gentoo-Bug: 558456 Reported-by: Karel De Vriendt skynet.be> Package-Manager: portage-2.2.20.1 kde-plasma/kgamma/kgamma-5.3.95.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-plasma/kgamma/kgamma-5.3.95.ebuild b/kde-plasma/kgamma/kgamma-5.3.95.ebuild index 7232a2e..bd68846 100644 --- a/kde-plasma/kgamma/kgamma-5.3.95.ebuild +++ b/kde-plasma/kgamma/kgamma-5.3.95.ebuild @@ -28,3 +28,7 @@ DEPEND="${RDEPEND} x11-proto/xf86vidmodeproto !kde-apps/kgamma:5 " +# bug 558456, tarball ends with 5 but not packaged dir +if [[ ${KDE_BUILD_TYPE} = release ]]; then + S="${WORKDIR}/${P}" +fi