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 B52B013835A for ; Tue, 22 Jun 2021 20:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A1CE07DB; Tue, 22 Jun 2021 20:54:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D0212E07DB for ; Tue, 22 Jun 2021 20:54:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C671D33BEAC for ; Tue, 22 Jun 2021 20:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F3427B5 for ; Tue, 22 Jun 2021 20:54:17 +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: <1624395242.e5e03329dbee3b7569ade9621661758a7a66376d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.13.9-r1.ebuild net-fs/samba/samba-4.13.9.ebuild net-fs/samba/samba-4.14.4-r1.ebuild net-fs/samba/samba-4.14.4.ebuild net-fs/samba/samba-4.14.5-r1.ebuild net-fs/samba/samba-4.14.5.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e5e03329dbee3b7569ade9621661758a7a66376d X-VCS-Branch: master Date: Tue, 22 Jun 2021 20:54:17 +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: 384c21db-7884-4e94-92c8-3df802008c66 X-Archives-Hash: bb21a63a949f1ffa67aec9728775527a commit: e5e03329dbee3b7569ade9621661758a7a66376d Author: Sam James gentoo org> AuthorDate: Tue Jun 22 20:42:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 20:54:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e03329 net-fs/samba: add virtual/libcrypt dependency Needed for upcoming libcrypt migration. Acked-by: David Seifert gentoo.org> Signed-off-by: Sam James gentoo.org> net-fs/samba/{samba-4.13.9.ebuild => samba-4.13.9-r1.ebuild} | 1 + net-fs/samba/{samba-4.14.4.ebuild => samba-4.14.4-r1.ebuild} | 1 + net-fs/samba/{samba-4.14.5.ebuild => samba-4.14.5-r1.ebuild} | 1 + 3 files changed, 3 insertions(+) diff --git a/net-fs/samba/samba-4.13.9.ebuild b/net-fs/samba/samba-4.13.9-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.13.9.ebuild rename to net-fs/samba/samba-4.13.9-r1.ebuild index 7bec5a69c4a..b63fcec649a 100644 --- a/net-fs/samba/samba-4.13.9.ebuild +++ b/net-fs/samba/samba-4.13.9-r1.ebuild @@ -78,6 +78,7 @@ COMMON_DEPEND=" >=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}] >=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/libcrypt:=[${MULTILIB_USEDEP}] virtual/libiconv $(python_gen_cond_dep " dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}] diff --git a/net-fs/samba/samba-4.14.4.ebuild b/net-fs/samba/samba-4.14.4-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.14.4.ebuild rename to net-fs/samba/samba-4.14.4-r1.ebuild index d21397f5844..64232a3a2cd 100644 --- a/net-fs/samba/samba-4.14.4.ebuild +++ b/net-fs/samba/samba-4.14.4-r1.ebuild @@ -78,6 +78,7 @@ COMMON_DEPEND=" >=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}] >=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/libcrypt:=[${MULTILIB_USEDEP}] virtual/libiconv $(python_gen_cond_dep " dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}] diff --git a/net-fs/samba/samba-4.14.5.ebuild b/net-fs/samba/samba-4.14.5-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.14.5.ebuild rename to net-fs/samba/samba-4.14.5-r1.ebuild index d21397f5844..64232a3a2cd 100644 --- a/net-fs/samba/samba-4.14.5.ebuild +++ b/net-fs/samba/samba-4.14.5-r1.ebuild @@ -78,6 +78,7 @@ COMMON_DEPEND=" >=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}] >=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/libcrypt:=[${MULTILIB_USEDEP}] virtual/libiconv $(python_gen_cond_dep " dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}]