commit: e207fa33aea090e795134ab86a7ad60a3427d57b Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Sat Sep 19 07:01:15 2020 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> org> CommitDate: Sat Sep 19 07:02:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e207fa33
virtual/mailx: mail-client/nail is no longer in the tree Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Eray Aslan <eras <AT> gentoo.org> virtual/mailx/mailx-3.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/virtual/mailx/mailx-3.ebuild b/virtual/mailx/mailx-3.ebuild new file mode 100644 index 00000000000..bbc538574cb --- /dev/null +++ b/virtual/mailx/mailx-3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for mail implementations" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + +RDEPEND="|| ( net-mail/mailutils + mail-client/mailx + mail-client/s-nail )"
