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 C6D52139337 for ; Mon, 2 Aug 2021 03:18:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F8EE0936; Mon, 2 Aug 2021 03:18:31 +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 99D2EE0933 for ; Mon, 2 Aug 2021 03:18: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 4F167343C04 for ; Mon, 2 Aug 2021 03:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAA7F850 for ; Mon, 2 Aug 2021 03:18:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627874230.df23039853a9b33e91a81196ab8d2df517995527.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sslh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sslh/sslh-9999.ebuild X-VCS-Directories: net-misc/sslh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df23039853a9b33e91a81196ab8d2df517995527 X-VCS-Branch: master Date: Mon, 2 Aug 2021 03:18:26 +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: eac3630c-e668-4670-a66e-913c13561a2e X-Archives-Hash: c61be0b14c1d0d013dcfe256e48844e0 commit: df23039853a9b33e91a81196ab8d2df517995527 Author: Sam James gentoo org> AuthorDate: Mon Aug 2 03:11:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 2 03:17:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df230398 net-misc/sslh: libpcre2 is also needed in RDEPEND It's linked against, so let's add it to RDEPEND too. Signed-off-by: Sam James gentoo.org> net-misc/sslh/sslh-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/sslh/sslh-9999.ebuild b/net-misc/sslh/sslh-9999.ebuild index c72cb524508..d0a8689cff1 100644 --- a/net-misc/sslh/sslh-9999.ebuild +++ b/net-misc/sslh/sslh-9999.ebuild @@ -23,11 +23,11 @@ IUSE="caps systemd tcpd" RDEPEND="caps? ( sys-libs/libcap ) systemd? ( sys-apps/systemd:= ) tcpd? ( sys-apps/tcp-wrappers ) - >=dev-libs/libconfig-1.5:=" + >=dev-libs/libconfig-1.5:= + dev-libs/libpcre2:=" DEPEND="${RDEPEND} dev-util/conf2struct - dev-lang/perl - dev-libs/libpcre2:=" + dev-lang/perl" RESTRICT="test"