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-irc/iroffer-dinoex/
Date: Wed, 30 Jun 2021 18:40:48
Message-Id: 1625078369.7ad5f1a656e8e8ead1f73b2e43170a6745a5c2da.sam@gentoo
1 commit: 7ad5f1a656e8e8ead1f73b2e43170a6745a5c2da
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 18:39:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 18:39:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad5f1a6
7
8 net-irc/iroffer-dinoex: add missing libcrypt dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../{iroffer-dinoex-3.30-r1.ebuild => iroffer-dinoex-3.30-r2.ebuild} | 5 +++--
13 .../{iroffer-dinoex-3.31.ebuild => iroffer-dinoex-3.31-r1.ebuild} | 3 ++-
14 .../{iroffer-dinoex-3.32-r1.ebuild => iroffer-dinoex-3.32-r2.ebuild} | 3 ++-
15 3 files changed, 7 insertions(+), 4 deletions(-)
16
17 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild
18 similarity index 96%
19 rename from net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild
20 rename to net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild
21 index 4779e79651e..621370b736b 100644
22 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild
23 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -23,7 +23,8 @@ REQUIRED_USE="
31 gnutls? ( ssl )
32 "
33
34 -RDEPEND="chroot? ( dev-libs/nss )
35 +RDEPEND="virtual/libcrypt:=
36 + chroot? ( dev-libs/nss )
37 curl? (
38 net-misc/curl[ssl?]
39 gnutls? ( net-misc/curl[curl_ssl_gnutls] )
40
41 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild
42 similarity index 97%
43 rename from net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild
44 rename to net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild
45 index 1fb0085c0a0..d61e239ecef 100644
46 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild
47 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31-r1.ebuild
48 @@ -23,7 +23,8 @@ REQUIRED_USE="
49 gnutls? ( ssl )
50 "
51
52 -RDEPEND="chroot? ( dev-libs/nss )
53 +RDEPEND="virtual/libcrypt:=
54 + chroot? ( dev-libs/nss )
55 curl? (
56 net-misc/curl[ssl?]
57 gnutls? ( net-misc/curl[curl_ssl_gnutls] )
58
59 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
60 similarity index 98%
61 rename from net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild
62 rename to net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
63 index 8de5d34ef91..2a9bb01ec15 100644
64 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r1.ebuild
65 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild
66 @@ -23,7 +23,8 @@ REQUIRED_USE="
67 gnutls? ( ssl )
68 "
69
70 -RDEPEND="acct-user/iroffer
71 +RDEPEND="virtual/libcrypt:=
72 + acct-user/iroffer
73 chroot? ( dev-libs/nss )
74 curl? (
75 net-misc/curl[ssl?]