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 6F47A139694 for ; Sun, 19 Mar 2017 08:59:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B77D721C100; Sun, 19 Mar 2017 08:58:59 +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 90E2D21C100 for ; Sun, 19 Mar 2017 08:58:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 73BB733E142 for ; Sun, 19 Mar 2017 08:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE0496D6F for ; Sun, 19 Mar 2017 08:58:56 +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: <1489913918.dd424add7cb9e5dff64b457f1d666332e448c666.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild X-VCS-Directories: dev-util/kdevelop-pg-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dd424add7cb9e5dff64b457f1d666332e448c666 X-VCS-Branch: master Date: Sun, 19 Mar 2017 08:58:56 +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: 3473c91e-78df-4d77-8596-e31114697dc7 X-Archives-Hash: 3d423a3e18f62a44fe2ae295e492ae07 commit: dd424add7cb9e5dff64b457f1d666332e448c666 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 19 08:58:01 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 19 08:58:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd424add dev-util/kdevelop-pg-qt: Fix S Gentoo-bug: 613184 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild | 2 ++ dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild index 819ae9a580c..c09fb5c2333 100644 --- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild +++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0-r1.ebuild @@ -23,3 +23,5 @@ RDEPEND=" " PATCHES=( "${FILESDIR}/${P}-flex263.patch" ) + +S="${WORKDIR}/${PN}-${PV%.0}" diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild index cb47d9b73a8..0ae117dac97 100644 --- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild +++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.0.0.ebuild @@ -21,3 +21,5 @@ DEPEND=" RDEPEND=" !dev-util/kdevelop-pg-qt:4 " + +S="${WORKDIR}/${PN}-${PV%.0}"