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: Sat, 19 Jan 2019 19:14:32
Message-Id: 1547925256.72f717e700d8a2de4287da126a62024614008a4c.robbat2@gentoo
1 commit: 72f717e700d8a2de4287da126a62024614008a4c
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 19 19:13:58 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 19 19:14:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f717e7
7
8 sci-geosciences/gpsd: permit net-misc/ntpsec for USE=ntp
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 3 ++-
14 sci-geosciences/gpsd/gpsd-9999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
18 index 67bbed4914e..ecc199ad940 100644
19 --- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
20 +++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -46,6 +46,7 @@ RDEPEND="
28 ncurses? ( sys-libs/ncurses:= )
29 ntp? ( || (
30 net-misc/ntp
31 + net-misc/ntpsec
32 net-misc/chrony
33 ) )
34 qt5? (
35
36 diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild
37 index 445bb73cc6e..84668fd1c77 100644
38 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild
39 +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Foundation
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -46,6 +46,7 @@ RDEPEND="
47 ncurses? ( sys-libs/ncurses:= )
48 ntp? ( || (
49 net-misc/ntp
50 + net-misc/ntpsec
51 net-misc/chrony
52 ) )
53 qt5? (