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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D3D8158042 for ; Sun, 10 Nov 2024 00:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 496E8E09E6; Sun, 10 Nov 2024 00:54:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D4E9E09E6 for ; Sun, 10 Nov 2024 00:54:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59A0C335DC0 for ; Sun, 10 Nov 2024 00:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDE83AED for ; Sun, 10 Nov 2024 00:54:24 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1731200042.7bf318930d169ea6fd1003aa298c87f26d520861.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/proftpd/proftpd-1.3.8b-r1.ebuild net-ftp/proftpd/proftpd-1.3.8b.ebuild X-VCS-Directories: net-ftp/proftpd/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7bf318930d169ea6fd1003aa298c87f26d520861 X-VCS-Branch: master Date: Sun, 10 Nov 2024 00:54:24 +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: f37b873b-c6b4-4219-83a8-5d2eb2ce8af1 X-Archives-Hash: de344868022fe6f665a64b3773c50a22 commit: 7bf318930d169ea6fd1003aa298c87f26d520861 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Nov 10 00:53:16 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Nov 10 00:54:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf31893 net-ftp/proftpd: add missing dependency libidn Closes: https://bugs.gentoo.org/923096 Signed-off-by: Andreas K. Hüttel gentoo.org> net-ftp/proftpd/{proftpd-1.3.8b.ebuild => proftpd-1.3.8b-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-ftp/proftpd/proftpd-1.3.8b.ebuild b/net-ftp/proftpd/proftpd-1.3.8b-r1.ebuild similarity index 99% rename from net-ftp/proftpd/proftpd-1.3.8b.ebuild rename to net-ftp/proftpd/proftpd-1.3.8b-r1.ebuild index d565346c9494..2ea4aa21e722 100644 --- a/net-ftp/proftpd/proftpd-1.3.8b.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.8b-r1.ebuild @@ -52,6 +52,7 @@ REQUIRED_USE=" COMMON_DEPEND=" virtual/libcrypt:= + net-dns/libidn:0= acl? ( virtual/acl ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav )