Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/
Date: Wed, 11 Sep 2019 22:57:40
Message-Id: 1568242618.b017de7de40f7388b5740769928b999c0314b46e.nerdboy@gentoo
1 commit: b017de7de40f7388b5740769928b999c0314b46e
2 Author: Stephen Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 22:56:58 2019 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 11 22:56:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b017de7d
7
8 net-misc/ntpsec: libressl not supported upstream in current versions
9
10 closes: https://bugs.gentoo.org/689818
11 Package-Manager: Portage-2.3.67, Repoman-2.3.12
12 Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org>
13
14 net-misc/ntpsec/ntpsec-1.1.4.ebuild | 5 ++---
15 net-misc/ntpsec/ntpsec-1.1.6.ebuild | 5 ++---
16 net-misc/ntpsec/ntpsec-9999.ebuild | 5 ++---
17 3 files changed, 6 insertions(+), 9 deletions(-)
18
19 diff --git a/net-misc/ntpsec/ntpsec-1.1.4.ebuild b/net-misc/ntpsec/ntpsec-1.1.4.ebuild
20 index ed5401217aa..fdf4cc4b9cc 100644
21 --- a/net-misc/ntpsec/ntpsec-1.1.4.ebuild
22 +++ b/net-misc/ntpsec/ntpsec-1.1.4.ebuild
23 @@ -32,7 +32,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_}
24
25 LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
26 SLOT="0"
27 -IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd libressl nist ntpviz samba seccomp smear tests" #ionice
28 +IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd nist ntpviz samba seccomp smear tests" #ionice
29 REQUIRED_USE="${PYTHON_REQUIRED_USE} nist? ( rclock_local )"
30
31 # net-misc/pps-tools oncore,pps
32 @@ -41,8 +41,7 @@ CDEPEND="${PYTHON_DEPS}
33 sys-libs/libcap
34 dev-python/psutil[${PYTHON_USEDEP}]
35 libbsd? ( dev-libs/libbsd:0= )
36 - libressl? ( dev-libs/libressl:0= )
37 - !libressl? ( dev-libs/openssl:0= )
38 + dev-libs/openssl:0=
39 seccomp? ( sys-libs/libseccomp )
40 "
41 RDEPEND="${CDEPEND}
42
43 diff --git a/net-misc/ntpsec/ntpsec-1.1.6.ebuild b/net-misc/ntpsec/ntpsec-1.1.6.ebuild
44 index cbf16e45b9f..7cc6f74f6d3 100644
45 --- a/net-misc/ntpsec/ntpsec-1.1.6.ebuild
46 +++ b/net-misc/ntpsec/ntpsec-1.1.6.ebuild
47 @@ -32,7 +32,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_}
48
49 LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
50 SLOT="0"
51 -IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd libressl nist ntpviz samba seccomp smear tests" #ionice
52 +IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd nist ntpviz samba seccomp smear tests" #ionice
53 REQUIRED_USE="${PYTHON_REQUIRED_USE} nist? ( rclock_local )"
54
55 # net-misc/pps-tools oncore,pps
56 @@ -41,8 +41,7 @@ CDEPEND="${PYTHON_DEPS}
57 sys-libs/libcap
58 dev-python/psutil[${PYTHON_USEDEP}]
59 libbsd? ( dev-libs/libbsd:0= )
60 - libressl? ( dev-libs/libressl:0= )
61 - !libressl? ( dev-libs/openssl:0= )
62 + dev-libs/openssl:0=
63 seccomp? ( sys-libs/libseccomp )
64 "
65 RDEPEND="${CDEPEND}
66
67 diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild
68 index cbf16e45b9f..7cc6f74f6d3 100644
69 --- a/net-misc/ntpsec/ntpsec-9999.ebuild
70 +++ b/net-misc/ntpsec/ntpsec-9999.ebuild
71 @@ -32,7 +32,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_}
72
73 LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
74 SLOT="0"
75 -IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd libressl nist ntpviz samba seccomp smear tests" #ionice
76 +IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd nist ntpviz samba seccomp smear tests" #ionice
77 REQUIRED_USE="${PYTHON_REQUIRED_USE} nist? ( rclock_local )"
78
79 # net-misc/pps-tools oncore,pps
80 @@ -41,8 +41,7 @@ CDEPEND="${PYTHON_DEPS}
81 sys-libs/libcap
82 dev-python/psutil[${PYTHON_USEDEP}]
83 libbsd? ( dev-libs/libbsd:0= )
84 - libressl? ( dev-libs/libressl:0= )
85 - !libressl? ( dev-libs/openssl:0= )
86 + dev-libs/openssl:0=
87 seccomp? ( sys-libs/libseccomp )
88 "
89 RDEPEND="${CDEPEND}