Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Tue, 22 Jun 2021 20:54:20
Message-Id: 1624395242.e5e03329dbee3b7569ade9621661758a7a66376d.sam@gentoo
1 commit: e5e03329dbee3b7569ade9621661758a7a66376d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 20:42:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 20:54:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e03329
7
8 net-fs/samba: add virtual/libcrypt dependency
9
10 Needed for upcoming libcrypt migration.
11
12 Acked-by: David Seifert <soap <AT> gentoo.org>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-fs/samba/{samba-4.13.9.ebuild => samba-4.13.9-r1.ebuild} | 1 +
16 net-fs/samba/{samba-4.14.4.ebuild => samba-4.14.4-r1.ebuild} | 1 +
17 net-fs/samba/{samba-4.14.5.ebuild => samba-4.14.5-r1.ebuild} | 1 +
18 3 files changed, 3 insertions(+)
19
20 diff --git a/net-fs/samba/samba-4.13.9.ebuild b/net-fs/samba/samba-4.13.9-r1.ebuild
21 similarity index 99%
22 rename from net-fs/samba/samba-4.13.9.ebuild
23 rename to net-fs/samba/samba-4.13.9-r1.ebuild
24 index 7bec5a69c4a..b63fcec649a 100644
25 --- a/net-fs/samba/samba-4.13.9.ebuild
26 +++ b/net-fs/samba/samba-4.13.9-r1.ebuild
27 @@ -78,6 +78,7 @@ COMMON_DEPEND="
28 >=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}]
29 >=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}]
30 sys-libs/zlib[${MULTILIB_USEDEP}]
31 + virtual/libcrypt:=[${MULTILIB_USEDEP}]
32 virtual/libiconv
33 $(python_gen_cond_dep "
34 dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}]
35
36 diff --git a/net-fs/samba/samba-4.14.4.ebuild b/net-fs/samba/samba-4.14.4-r1.ebuild
37 similarity index 99%
38 rename from net-fs/samba/samba-4.14.4.ebuild
39 rename to net-fs/samba/samba-4.14.4-r1.ebuild
40 index d21397f5844..64232a3a2cd 100644
41 --- a/net-fs/samba/samba-4.14.4.ebuild
42 +++ b/net-fs/samba/samba-4.14.4-r1.ebuild
43 @@ -78,6 +78,7 @@ COMMON_DEPEND="
44 >=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}]
45 >=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}]
46 sys-libs/zlib[${MULTILIB_USEDEP}]
47 + virtual/libcrypt:=[${MULTILIB_USEDEP}]
48 virtual/libiconv
49 $(python_gen_cond_dep "
50 dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}]
51
52 diff --git a/net-fs/samba/samba-4.14.5.ebuild b/net-fs/samba/samba-4.14.5-r1.ebuild
53 similarity index 99%
54 rename from net-fs/samba/samba-4.14.5.ebuild
55 rename to net-fs/samba/samba-4.14.5-r1.ebuild
56 index d21397f5844..64232a3a2cd 100644
57 --- a/net-fs/samba/samba-4.14.5.ebuild
58 +++ b/net-fs/samba/samba-4.14.5-r1.ebuild
59 @@ -78,6 +78,7 @@ COMMON_DEPEND="
60 >=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}]
61 >=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}]
62 sys-libs/zlib[${MULTILIB_USEDEP}]
63 + virtual/libcrypt:=[${MULTILIB_USEDEP}]
64 virtual/libiconv
65 $(python_gen_cond_dep "
66 dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}]