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 34608139335 for ; Sun, 27 Jun 2021 21:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07200E0843; Sun, 27 Jun 2021 21:50:49 +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 E29A3E0843 for ; Sun, 27 Jun 2021 21:50:48 +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 C1E7233D3CD for ; Sun, 27 Jun 2021 21:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27A1B7A4 for ; Sun, 27 Jun 2021 21:50:46 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1624830621.d630f8cedd689dd0f43c2ef1afeca4448a68134f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/ocserv/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/ocserv/ocserv-1.0.1-r1.ebuild net-vpn/ocserv/ocserv-1.0.1.ebuild net-vpn/ocserv/ocserv-1.1.1-r1.ebuild net-vpn/ocserv/ocserv-1.1.1.ebuild X-VCS-Directories: net-vpn/ocserv/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d630f8cedd689dd0f43c2ef1afeca4448a68134f X-VCS-Branch: master Date: Sun, 27 Jun 2021 21:50:46 +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: 733a7b3c-7a2a-46d5-9bc8-b35e64e1df37 X-Archives-Hash: b99d256926848cc4d30874da173d0291 commit: d630f8cedd689dd0f43c2ef1afeca4448a68134f Author: Mike Gilbert gentoo org> AuthorDate: Sun Jun 27 21:41:16 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jun 27 21:50:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d630f8ce net-vpn/ocserv: depend on virtual/libcrypt Signed-off-by: Mike Gilbert gentoo.org> net-vpn/ocserv/{ocserv-1.0.1.ebuild => ocserv-1.0.1-r1.ebuild} | 3 ++- net-vpn/ocserv/{ocserv-1.1.1.ebuild => ocserv-1.1.1-r1.ebuild} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-vpn/ocserv/ocserv-1.0.1.ebuild b/net-vpn/ocserv/ocserv-1.0.1-r1.ebuild similarity index 96% rename from net-vpn/ocserv/ocserv-1.0.1.ebuild rename to net-vpn/ocserv/ocserv-1.0.1-r1.ebuild index bd210f3d141..30ecafc2b9c 100644 --- a/net-vpn/ocserv/ocserv-1.0.1.ebuild +++ b/net-vpn/ocserv/ocserv-1.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,6 +35,7 @@ DEPEND=" net-libs/http-parser:0= sys-libs/readline:0= sys-libs/talloc:0= + virtual/libcrypt:= geoip? ( dev-libs/geoip:0= ) kerberos? ( virtual/krb5 ) lz4? ( app-arch/lz4:0= ) diff --git a/net-vpn/ocserv/ocserv-1.1.1.ebuild b/net-vpn/ocserv/ocserv-1.1.1-r1.ebuild similarity index 96% rename from net-vpn/ocserv/ocserv-1.1.1.ebuild rename to net-vpn/ocserv/ocserv-1.1.1-r1.ebuild index 41a683070d5..83522add4c3 100644 --- a/net-vpn/ocserv/ocserv-1.1.1.ebuild +++ b/net-vpn/ocserv/ocserv-1.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,6 +35,7 @@ DEPEND=" net-libs/http-parser:0= sys-libs/readline:0= sys-libs/talloc:0= + virtual/libcrypt:= geoip? ( dev-libs/geoip:0= ) kerberos? ( virtual/krb5 ) lz4? ( app-arch/lz4:0= )