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 ED456138334 for ; Wed, 11 Sep 2019 22:57:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11AFFE098E; Wed, 11 Sep 2019 22:57:40 +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 D945BE098E for ; Wed, 11 Sep 2019 22:57:39 +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 1EA0234B048 for ; Wed, 11 Sep 2019 22:57:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32CED720 for ; Wed, 11 Sep 2019 22:57:36 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1568242618.b017de7de40f7388b5740769928b999c0314b46e.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ntpsec/ntpsec-1.1.4.ebuild net-misc/ntpsec/ntpsec-1.1.6.ebuild net-misc/ntpsec/ntpsec-9999.ebuild X-VCS-Directories: net-misc/ntpsec/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: b017de7de40f7388b5740769928b999c0314b46e X-VCS-Branch: master Date: Wed, 11 Sep 2019 22:57:36 +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: e18959d6-0a0c-409d-9ef8-a864f114ce81 X-Archives-Hash: e86e418b92e5ec39a673a876181c1338 commit: b017de7de40f7388b5740769928b999c0314b46e Author: Stephen Arnold gentoo org> AuthorDate: Wed Sep 11 22:56:58 2019 +0000 Commit: Steve Arnold gentoo org> CommitDate: Wed Sep 11 22:56:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b017de7d 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 gentoo.org> net-misc/ntpsec/ntpsec-1.1.4.ebuild | 5 ++--- net-misc/ntpsec/ntpsec-1.1.6.ebuild | 5 ++--- 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 ed5401217aa..fdf4cc4b9cc 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 cbf16e45b9f..7cc6f74f6d3 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 cbf16e45b9f..7cc6f74f6d3 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}