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 B895315808D for ; Tue, 19 Apr 2022 11:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98125E0821; Tue, 19 Apr 2022 11:37:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 91ABFE0821 for ; Tue, 19 Apr 2022 11:37:44 +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 43AB5341602 for ; Tue, 19 Apr 2022 11:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A14BE39F for ; Tue, 19 Apr 2022 11:37:41 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1650368235.afe4f955fc2af63d4b3bd0087fa9159946d05bac.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mailx/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mailx/mailx-4.ebuild X-VCS-Directories: virtual/mailx/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: afe4f955fc2af63d4b3bd0087fa9159946d05bac X-VCS-Branch: master Date: Tue, 19 Apr 2022 11:37:41 +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: 68c62eea-5a90-4a7e-9321-d1d0a1eb749d X-Archives-Hash: 0edefab2200137e0a662855197c99276 commit: afe4f955fc2af63d4b3bd0087fa9159946d05bac Author: Eray Aslan gentoo org> AuthorDate: Tue Apr 19 11:36:43 2022 +0000 Commit: Eray Aslan gentoo org> CommitDate: Tue Apr 19 11:37:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe4f955 virtual/mailx: clients USE flag is mandatory for mailutils Closes: https://bugs.gentoo.org/818994 Signed-off-by: Eray Aslan gentoo.org> virtual/mailx/mailx-4.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/virtual/mailx/mailx-4.ebuild b/virtual/mailx/mailx-4.ebuild new file mode 100644 index 000000000000..8a930dd087fe --- /dev/null +++ b/virtual/mailx/mailx-4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for mail implementations" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +RDEPEND="|| ( + net-mail/mailutils[clients] + mail-client/mailx + mail-client/s-nail + )"