public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/maildrop/
Date: Thu,  9 Feb 2023 11:58:22 +0000 (UTC)	[thread overview]
Message-ID: <1675943868.c1de5231980e19e0616edcbb4ff687c8b504b87e.tupone@gentoo> (raw)

commit:     c1de5231980e19e0616edcbb4ff687c8b504b87e
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb  8 23:15:52 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 11:57:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1de5231

mail-filter/maildrop-3.1.0: fix library deps

Maildrop depends on PCRE2 since version 3.0.4. Since last version (3.1.0), it also depends on libidn2

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Closes: https://github.com/gentoo/gentoo/pull/29501
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../maildrop/{maildrop-3.1.0.ebuild => maildrop-3.1.0-r1.ebuild}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/maildrop/maildrop-3.1.0.ebuild b/mail-filter/maildrop/maildrop-3.1.0-r1.ebuild
similarity index 98%
rename from mail-filter/maildrop/maildrop-3.1.0.ebuild
rename to mail-filter/maildrop/maildrop-3.1.0-r1.ebuild
index e024008d00bb..68fa7df9873d 100644
--- a/mail-filter/maildrop/maildrop-3.1.0.ebuild
+++ b/mail-filter/maildrop/maildrop-3.1.0-r1.ebuild
@@ -17,8 +17,8 @@ IUSE="berkdb debug dovecot gdbm ldap mysql postgres static-libs authlib +tools t
 
 CDEPEND="!mail-mta/courier
 	net-mail/mailbase
-	dev-libs/libpcre
-	net-dns/libidn:0=
+	dev-libs/libpcre2
+	net-dns/libidn2:=
 	>=net-libs/courier-unicode-2.0:=
 	gdbm?     ( >=sys-libs/gdbm-1.8.0:= )
 	mysql?    ( net-libs/courier-authlib )


             reply	other threads:[~2023-02-09 11:58 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-09 11:58 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-04 16:17 [gentoo-commits] repo/gentoo:master commit in: mail-filter/maildrop/ Sam James
2025-01-03 17:22 Sam James
2024-12-30 21:48 Sam James
2024-12-30 21:48 Sam James
2024-12-30 21:48 Sam James
2024-11-28 18:49 Alfredo Tupone
2024-11-16 13:31 Alfredo Tupone
2024-11-16 13:00 Alfredo Tupone
2024-03-16 16:35 Arthur Zamarin
2024-03-13 21:42 Sam James
2024-03-13 20:58 Sam James
2024-03-07 11:51 Sam James
2024-03-07 11:51 Sam James
2024-02-16 18:04 Alfredo Tupone
2024-01-14 20:19 Alfredo Tupone
2024-01-13 19:25 Alfredo Tupone
2023-10-18 21:12 Alfredo Tupone
2023-05-23 18:48 Alfredo Tupone
2023-04-08 15:08 Alfredo Tupone
2023-04-05 20:12 Alfredo Tupone
2023-03-19 20:08 Alfredo Tupone
2023-03-09  1:09 Sam James
2023-02-08 20:04 Alfredo Tupone
2022-12-18 19:24 Arthur Zamarin
2022-12-18 12:45 Sam James
2022-12-18 12:26 Sam James
2022-12-18 11:41 Sam James
2022-03-28 18:38 Alfredo Tupone
2022-03-03 21:22 David Seifert
2021-08-16  2:24 Sam James
2020-10-06 18:17 Sam James
2020-05-27  7:56 Sergei Trofimovich
2019-06-05  7:12 Agostino Sarubbo
2019-06-04 10:59 Agostino Sarubbo
2019-05-11 12:20 Mikle Kolyada
2019-05-08 14:38 Tobias Klausmann
2019-04-07 21:53 Mikle Kolyada
2019-04-01 22:44 Sergei Trofimovich
2019-03-31 20:30 Sergei Trofimovich
2019-03-24 10:01 Agostino Sarubbo
2019-03-21  9:42 Hanno Boeck
2019-03-09 19:18 Thomas Deutschmann
2018-06-09 19:56 Mikle Kolyada
2017-07-03 14:10 Eray Aslan
2017-05-16 13:05 Agostino Sarubbo
2017-02-24 23:14 Michael Weber
2017-01-18 14:58 Eray Aslan
2016-10-10 14:41 Jeroen Roovers
2016-05-31 16:17 Tobias Klausmann
2016-05-14 20:11 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1675943868.c1de5231980e19e0616edcbb4ff687c8b504b87e.tupone@gentoo \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox