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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F6A7158009 for ; Wed, 28 Jun 2023 07:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0979FE091B; Wed, 28 Jun 2023 07:37:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id E14C4E091C for ; Wed, 28 Jun 2023 07:37:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0390E340FF2 for ; Wed, 28 Jun 2023 07:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7577DAD0 for ; Wed, 28 Jun 2023 07:37:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687937817.4348784977fbe5d7a20de2b979cc4212113ac6e6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/fetchmail/fetchmail-6.4.37.ebuild X-VCS-Directories: net-mail/fetchmail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4348784977fbe5d7a20de2b979cc4212113ac6e6 X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:37:47 +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: 6aa292a0-0e99-446e-965c-6dffb38542a7 X-Archives-Hash: 3543cdc0df3940717d815fff184ec1b5 commit: 4348784977fbe5d7a20de2b979cc4212113ac6e6 Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:30:07 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:36:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43487849 net-mail/fetchmail: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> net-mail/fetchmail/fetchmail-6.4.37.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild b/net-mail/fetchmail/fetchmail-6.4.37.ebuild index dde853d803e1..fcfe5be8e090 100644 --- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2 public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" -IUSE="ssl nls kerberos tk socks" +IUSE="ssl nls kerberos tk selinux socks" RDEPEND="acct-user/fetchmail ssl? ( @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} app-arch/xz-utils sys-devel/flex nls? ( sys-devel/gettext )" +RDEPEND+=" selinux? ( sec-policy/selinux-fetchmail )" DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO" HTML_DOCS="*.html"