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 5551C138334 for ; Sat, 19 Jan 2019 19:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3E71E0B33; Sat, 19 Jan 2019 19:14: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 C7745E0B33 for ; Sat, 19 Jan 2019 19:14:30 +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 BE452335D15 for ; Sat, 19 Jan 2019 19:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CE724D3 for ; Sat, 19 Jan 2019 19:14:25 +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: <1547925256.72f717e700d8a2de4287da126a62024614008a4c.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-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: 72f717e700d8a2de4287da126a62024614008a4c X-VCS-Branch: master Date: Sat, 19 Jan 2019 19:14:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3584c7c9-a6e5-4991-9016-f4087c6afe06 X-Archives-Hash: f09718031f38dafc33ec6224ef1112ae commit: 72f717e700d8a2de4287da126a62024614008a4c Author: Robin H. Johnson gentoo org> AuthorDate: Sat Jan 19 19:13:58 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Jan 19 19:14:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f717e7 sci-geosciences/gpsd: permit net-misc/ntpsec for USE=ntp Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Robin H. Johnson gentoo.org> sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 3 ++- sci-geosciences/gpsd/gpsd-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild index 67bbed4914e..ecc199ad940 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -46,6 +46,7 @@ RDEPEND=" ncurses? ( sys-libs/ncurses:= ) ntp? ( || ( net-misc/ntp + net-misc/ntpsec net-misc/chrony ) ) qt5? ( diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 445bb73cc6e..84668fd1c77 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -46,6 +46,7 @@ RDEPEND=" ncurses? ( sys-libs/ncurses:= ) ntp? ( || ( net-misc/ntp + net-misc/ntpsec net-misc/chrony ) ) qt5? (