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 797611381F3 for ; Mon, 14 Oct 2013 22:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11152E0A8F; Mon, 14 Oct 2013 22:06:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99B2FE0A8F for ; Mon, 14 Oct 2013 22:06:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AECD33EE7D for ; Mon, 14 Oct 2013 22:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 07FE9E545D for ; Mon, 14 Oct 2013 22:06:26 +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: <1381795554.651ae0c829bf1ecabc31786263ca9a4379ff8bee.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild X-VCS-Directories: media-video/plasma-mediacenter/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 651ae0c829bf1ecabc31786263ca9a4379ff8bee X-VCS-Branch: master Date: Mon, 14 Oct 2013 22:06:26 +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: 6674cd10-4b14-4e2d-bf46-a0fa559f63b0 X-Archives-Hash: 7fdcabe153de6f2fcc0b1efc653143b4 commit: 651ae0c829bf1ecabc31786263ca9a4379ff8bee Author: Johannes Huber gentoo org> AuthorDate: Tue Oct 15 00:05:19 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Oct 15 00:05:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=651ae0c8 [media-video/plasma-mediacenter] Fix build by use custom S only in releases. Package-Manager: portage-2.2.7 --- media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild index bf06cf0..aca0902 100644 --- a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild +++ b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild @@ -14,6 +14,7 @@ HOMEPAGE="http://www.kde.org/ http://community.kde.org/Plasma/Plasma_Media_Cente if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" + S=${WORKDIR}/${PN} fi LICENSE="GPL-2+" @@ -27,5 +28,3 @@ DEPEND=" media-libs/taglib " RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN}