Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/
Date: Mon, 13 Sep 2021 20:30:55
Message-Id: 1631565018.af02bce3c67cda4c86a35a69a0fcae4280c330d9.soap@gentoo
1 commit: af02bce3c67cda4c86a35a69a0fcae4280c330d9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 20:30:18 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 20:30:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af02bce3
7
8 net-mail/fetchmail: e2fsprogs-libs → e2fsprogs
9
10 Bug: https://bugs.gentoo.org/806875
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 .../fetchmail/{fetchmail-6.4.21.ebuild => fetchmail-6.4.21-r1.ebuild} | 2 +-
14 .../{fetchmail-7.0.0_alpha9.ebuild => fetchmail-7.0.0_alpha9-r1.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-mail/fetchmail/fetchmail-6.4.21.ebuild b/net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild
18 similarity index 98%
19 rename from net-mail/fetchmail/fetchmail-6.4.21.ebuild
20 rename to net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild
21 index e2ab38dd186..ee54777b53a 100644
22 --- a/net-mail/fetchmail/fetchmail-6.4.21.ebuild
23 +++ b/net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild
24 @@ -27,7 +27,7 @@ RDEPEND="acct-user/fetchmail
25 >=dev-libs/openssl-1.0.2:=
26 )
27 nls? ( virtual/libintl )
28 - !elibc_glibc? ( sys-libs/e2fsprogs-libs )
29 + !elibc_glibc? ( sys-fs/e2fsprogs )
30 socks? ( net-proxy/dante )
31 tk? (
32 ${PYTHON_DEPS}
33
34 diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha9.ebuild b/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
35 similarity index 98%
36 rename from net-mail/fetchmail/fetchmail-7.0.0_alpha9.ebuild
37 rename to net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
38 index 80f96706c30..183128624ba 100644
39 --- a/net-mail/fetchmail/fetchmail-7.0.0_alpha9.ebuild
40 +++ b/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
41 @@ -28,7 +28,7 @@ RDEPEND="acct-user/fetchmail
42 >=dev-libs/openssl-1.0.2:=
43 )
44 nls? ( virtual/libintl )
45 - !elibc_glibc? ( sys-libs/e2fsprogs-libs )
46 + !elibc_glibc? ( sys-fs/e2fsprogs )
47 socks? ( net-proxy/dante )
48 python? (
49 ${PYTHON_DEPS}