Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/
Date: Sun, 30 Sep 2018 23:10:31
Message-Id: 1538349017.e203348b24cabb9d694d8451a9e40dcaa3144636.robbat2@gentoo
1 commit: e203348b24cabb9d694d8451a9e40dcaa3144636
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 19:42:50 2018 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 23:10:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e203348b
7
8 sci-geosciences/gpsd: missing automagic dep on timepps.h from pps-tools
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 sci-geosciences/gpsd/gpsd-3.17-r2.ebuild | 1 +
14 sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 1 +
15 sci-geosciences/gpsd/gpsd-9999.ebuild | 3 ++-
16 3 files changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild
19 index 6b0e491c7b7..d8f331c91ab 100644
20 --- a/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild
21 +++ b/sci-geosciences/gpsd/gpsd-3.17-r2.ebuild
22 @@ -36,6 +36,7 @@ REQUIRED_USE="X? ( python )
23 python? ( ${PYTHON_REQUIRED_USE} )"
24
25 RDEPEND="
26 + >=net-misc/pps-tools-0.0.20120407
27 bluetooth? ( net-wireless/bluez )
28 dbus? (
29 sys-apps/dbus
30
31 diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
32 index 4a84dbffcc3..925c4b5fe33 100644
33 --- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
34 +++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
35 @@ -37,6 +37,7 @@ REQUIRED_USE="X? ( python )
36 qt5? ( cxx )"
37
38 RDEPEND="
39 + >=net-misc/pps-tools-0.0.20120407
40 bluetooth? ( net-wireless/bluez )
41 dbus? (
42 sys-apps/dbus
43
44 diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild
45 index e3db55c44b0..445bb73cc6e 100644
46 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild
47 +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2017 Gentoo Foundation
50 +# Copyright 1999-2018 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=5
54 @@ -37,6 +37,7 @@ REQUIRED_USE="X? ( python )
55 qt5? ( cxx )"
56
57 RDEPEND="
58 + >=net-misc/pps-tools-0.0.20120407
59 bluetooth? ( net-wireless/bluez )
60 dbus? (
61 sys-apps/dbus