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 7CA0A138A1A for ; Sun, 8 Feb 2015 21:07:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CED95E0782; Sun, 8 Feb 2015 21:07:49 +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 5D75BE0785 for ; Sun, 8 Feb 2015 21:07:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45DC13406D7 for ; Sun, 8 Feb 2015 21:07:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C08371157D for ; Sun, 8 Feb 2015 21:07:46 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1423202578.90c3c2bf6a9a4a31b4e3b1978f0964fd6a39c736.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/ X-VCS-Repository: proj/sci X-VCS-Files: media-gfx/librecad/librecad-2.0.7.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 90c3c2bf6a9a4a31b4e3b1978f0964fd6a39c736 X-VCS-Branch: master Date: Sun, 8 Feb 2015 21:07:46 +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: 2cb9176f-b316-4852-843e-b552e0d5642e X-Archives-Hash: 5ec2112212e28906cd29742e0f53c579 commit: 90c3c2bf6a9a4a31b4e3b1978f0964fd6a39c736 Author: J. GarcĂ­a yahoo com> AuthorDate: Fri Feb 6 06:02:58 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Feb 6 06:02:58 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=90c3c2bf media-gfx/librecad/librecad: fix ${S} version 2.0.7 Set S correctly to directory of uncopressed sources. --- media-gfx/librecad/librecad-2.0.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/librecad/librecad-2.0.7.ebuild b/media-gfx/librecad/librecad-2.0.7.ebuild index 268f783..97a2508 100644 --- a/media-gfx/librecad/librecad-2.0.7.ebuild +++ b/media-gfx/librecad/librecad-2.0.7.ebuild @@ -24,6 +24,7 @@ DEPEND=" media-libs/freetype" RDEPEND="${DEPEND}" +S="${WORKDIR}/LibreCAD-${PV}" src_prepare() { # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8