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 0C76A138335 for ; Sun, 30 Sep 2018 23:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19A19E0877; Sun, 30 Sep 2018 23:10:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC35EE0877 for ; Sun, 30 Sep 2018 23:10:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CB94335CA3 for ; Sun, 30 Sep 2018 23:10:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2884B3D7 for ; Sun, 30 Sep 2018 23:10:26 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1538349017.e203348b24cabb9d694d8451a9e40dcaa3144636.robbat2@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.17-r2.ebuild sci-geosciences/gpsd/gpsd-3.17-r3.ebuild sci-geosciences/gpsd/gpsd-9999.ebuild X-VCS-Directories: sci-geosciences/gpsd/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: e203348b24cabb9d694d8451a9e40dcaa3144636 X-VCS-Branch: master Date: Sun, 30 Sep 2018 23:10: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: 41b0024d-b8fa-45b2-8ffb-05193479c3e8 X-Archives-Hash: 9f7b4d55eab114dedd49b65efbb85278 commit: e203348b24cabb9d694d8451a9e40dcaa3144636 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Sep 30 19:42:50 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Sep 30 23:10:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e203348b sci-geosciences/gpsd: missing automagic dep on timepps.h from pps-tools Signed-off-by: Robin H. Johnson gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-geosciences/gpsd/gpsd-3.17-r2.ebuild | 1 + sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 1 + sci-geosciences/gpsd/gpsd-9999.ebuild | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild index 6b0e491c7b7..d8f331c91ab 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild @@ -36,6 +36,7 @@ REQUIRED_USE="X? ( python ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" + >=net-misc/pps-tools-0.0.20120407 bluetooth? ( net-wireless/bluez ) dbus? ( sys-apps/dbus diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild index 4a84dbffcc3..925c4b5fe33 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild @@ -37,6 +37,7 @@ REQUIRED_USE="X? ( python ) qt5? ( cxx )" RDEPEND=" + >=net-misc/pps-tools-0.0.20120407 bluetooth? ( net-wireless/bluez ) dbus? ( sys-apps/dbus diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index e3db55c44b0..445bb73cc6e 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -37,6 +37,7 @@ REQUIRED_USE="X? ( python ) qt5? ( cxx )" RDEPEND=" + >=net-misc/pps-tools-0.0.20120407 bluetooth? ( net-wireless/bluez ) dbus? ( sys-apps/dbus