commit: afe4f955fc2af63d4b3bd0087fa9159946d05bac Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Tue Apr 19 11:36:43 2022 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> 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 <eras <AT> 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 + )"
