diff options
author | Stephen Arnold <nerdboy@gentoo.org> | 2019-09-11 15:56:58 -0700 |
---|---|---|
committer | Stephen Arnold <nerdboy@gentoo.org> | 2019-09-11 15:56:58 -0700 |
commit | b017de7de40f7388b5740769928b999c0314b46e (patch) | |
tree | 9a47a7cd02c0d61d16c204ab8af60372697aecbf | |
parent | app-misc/mc: workaround linkage against internal gettext, bug #693850 (diff) | |
download | gentoo-b017de7de40f7388b5740769928b999c0314b46e.tar.gz gentoo-b017de7de40f7388b5740769928b999c0314b46e.tar.bz2 gentoo-b017de7de40f7388b5740769928b999c0314b46e.zip |
net-misc/ntpsec: libressl not supported upstream in current versions
closes: https://bugs.gentoo.org/689818
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
-rw-r--r-- | net-misc/ntpsec/ntpsec-1.1.4.ebuild | 5 | ||||
-rw-r--r-- | net-misc/ntpsec/ntpsec-1.1.6.ebuild | 5 | ||||
-rw-r--r-- | net-misc/ntpsec/ntpsec-9999.ebuild | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/net-misc/ntpsec/ntpsec-1.1.4.ebuild b/net-misc/ntpsec/ntpsec-1.1.4.ebuild index ed5401217aaf..fdf4cc4b9cc2 100644 --- a/net-misc/ntpsec/ntpsec-1.1.4.ebuild +++ b/net-misc/ntpsec/ntpsec-1.1.4.ebuild @@ -32,7 +32,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_} LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0" SLOT="0" -IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd libressl nist ntpviz samba seccomp smear tests" #ionice +IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd nist ntpviz samba seccomp smear tests" #ionice REQUIRED_USE="${PYTHON_REQUIRED_USE} nist? ( rclock_local )" # net-misc/pps-tools oncore,pps @@ -41,8 +41,7 @@ CDEPEND="${PYTHON_DEPS} sys-libs/libcap dev-python/psutil[${PYTHON_USEDEP}] libbsd? ( dev-libs/libbsd:0= ) - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= seccomp? ( sys-libs/libseccomp ) " RDEPEND="${CDEPEND} diff --git a/net-misc/ntpsec/ntpsec-1.1.6.ebuild b/net-misc/ntpsec/ntpsec-1.1.6.ebuild index cbf16e45b9f8..7cc6f74f6d34 100644 --- a/net-misc/ntpsec/ntpsec-1.1.6.ebuild +++ b/net-misc/ntpsec/ntpsec-1.1.6.ebuild @@ -32,7 +32,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_} LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0" SLOT="0" -IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd libressl nist ntpviz samba seccomp smear tests" #ionice +IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd nist ntpviz samba seccomp smear tests" #ionice REQUIRED_USE="${PYTHON_REQUIRED_USE} nist? ( rclock_local )" # net-misc/pps-tools oncore,pps @@ -41,8 +41,7 @@ CDEPEND="${PYTHON_DEPS} sys-libs/libcap dev-python/psutil[${PYTHON_USEDEP}] libbsd? ( dev-libs/libbsd:0= ) - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= seccomp? ( sys-libs/libseccomp ) " RDEPEND="${CDEPEND} diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild index cbf16e45b9f8..7cc6f74f6d34 100644 --- a/net-misc/ntpsec/ntpsec-9999.ebuild +++ b/net-misc/ntpsec/ntpsec-9999.ebuild @@ -32,7 +32,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_} LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0" SLOT="0" -IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd libressl nist ntpviz samba seccomp smear tests" #ionice +IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libbsd nist ntpviz samba seccomp smear tests" #ionice REQUIRED_USE="${PYTHON_REQUIRED_USE} nist? ( rclock_local )" # net-misc/pps-tools oncore,pps @@ -41,8 +41,7 @@ CDEPEND="${PYTHON_DEPS} sys-libs/libcap dev-python/psutil[${PYTHON_USEDEP}] libbsd? ( dev-libs/libbsd:0= ) - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= seccomp? ( sys-libs/libseccomp ) " RDEPEND="${CDEPEND} |