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 29A6C59CA5 for ; Fri, 18 Mar 2016 15:46:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9A8E21C00D; Fri, 18 Mar 2016 15:46:41 +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 4235821C00D for ; Fri, 18 Mar 2016 15:46:41 +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 05207340AC0 for ; Fri, 18 Mar 2016 15:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65CE8853 for ; Fri, 18 Mar 2016 15:46:31 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1458315949.34c2a32567f48b0d4a993b3c04d9ab042ddbf198.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsd/gpsd-3.15.ebuild X-VCS-Directories: sci-geosciences/gpsd/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 34c2a32567f48b0d4a993b3c04d9ab042ddbf198 X-VCS-Branch: master Date: Fri, 18 Mar 2016 15:46:31 +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: 86a2fd8f-c5a9-4aaa-97ed-2df2889a61d9 X-Archives-Hash: 086e5491d8584df0ec3bfd52a0d9d21c commit: 34c2a32567f48b0d4a993b3c04d9ab042ddbf198 Author: Sam Jorna gentoo org> AuthorDate: Fri Mar 18 15:45:49 2016 +0000 Commit: Sam Jorna gentoo org> CommitDate: Fri Mar 18 15:45:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c2a325 sci-geosciences/gpsd: fix broken include Package-Manager: portage-2.2.28 sci-geosciences/gpsd/gpsd-3.15.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-geosciences/gpsd/gpsd-3.15.ebuild b/sci-geosciences/gpsd/gpsd-3.15.ebuild index bc687ae..3505460 100644 --- a/sci-geosciences/gpsd/gpsd-3.15.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.15.ebuild @@ -79,6 +79,8 @@ src_prepare() { -e 's:\:SYSROOT:g' \ SConstruct || die + sed -e 's:libusb.h:libusb-1.0/libusb.h:' -i driver_garmin.c || die + use python && distutils-r1_src_prepare }