diff options
author | Eray Aslan <eras@gentoo.org> | 2020-09-19 10:01:15 +0300 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2020-09-19 10:02:02 +0300 |
commit | e207fa33aea090e795134ab86a7ad60a3427d57b (patch) | |
tree | 49e1d45a8396826bc5d5c59e30cf9915fcbaeb09 /virtual | |
parent | dev-perl/Frontier-RPC: -r bump for EAPI7 and minor fixes (diff) | |
download | gentoo-e207fa33aea090e795134ab86a7ad60a3427d57b.tar.gz gentoo-e207fa33aea090e795134ab86a7ad60a3427d57b.tar.bz2 gentoo-e207fa33aea090e795134ab86a7ad60a3427d57b.zip |
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@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/mailx/mailx-3.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/virtual/mailx/mailx-3.ebuild b/virtual/mailx/mailx-3.ebuild new file mode 100644 index 000000000000..bbc538574cbc --- /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 )" |