From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1433639-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6E7F158096 for <garchives@archives.gentoo.org>; Mon, 5 Sep 2022 12:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9E3E0839; Mon, 5 Sep 2022 12:37:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D244CE0839 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Sep 2022 12:37:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 008BA340F3B for <gentoo-commits@lists.gentoo.org>; Mon, 5 Sep 2022 12:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D9545D3 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Sep 2022 12:37:24 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1662381433.314be8bf279755a7ad68a739ddcaeabc30a3f0e0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild net-p2p/resilio-sync/resilio-sync-9999.ebuild X-VCS-Directories: net-p2p/resilio-sync/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 314be8bf279755a7ad68a739ddcaeabc30a3f0e0 X-VCS-Branch: master Date: Mon, 5 Sep 2022 12:37:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a972c00b-270e-40d0-99d9-5fdad6727f80 X-Archives-Hash: 3edd0dbeb7d16f0c6f4606e9e7fe4537 commit: 314be8bf279755a7ad68a739ddcaeabc30a3f0e0 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon Sep 5 12:22:40 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Sep 5 12:37:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314be8bf net-p2p/resilio-sync: add missing virtual/libcrypt:= deps Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild | 5 ++++- net-p2p/resilio-sync/resilio-sync-9999.ebuild | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild index 2350cf287fd5..4bc14e3b6981 100644 --- a/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild +++ b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild @@ -21,8 +21,11 @@ KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="bindist mirror" + RDEPEND="acct-group/rslsync - acct-user/rslsync" + acct-user/rslsync + virtual/libcrypt:=" +DEPEND="${RDEPEND}" S="${WORKDIR}" diff --git a/net-p2p/resilio-sync/resilio-sync-9999.ebuild b/net-p2p/resilio-sync/resilio-sync-9999.ebuild index ec75a022b718..3026eaaee2b2 100644 --- a/net-p2p/resilio-sync/resilio-sync-9999.ebuild +++ b/net-p2p/resilio-sync/resilio-sync-9999.ebuild @@ -22,7 +22,9 @@ IUSE="" RESTRICT="bindist mirror" RDEPEND="acct-group/rslsync - acct-user/rslsync" + acct-user/rslsync + virtual/libcrypt:=" +DEPEND="${RDEPEND}" S="${WORKDIR}"