Diff mailx-1-r1 with a mailx-4
| /usr/portage/virtual/mailx/mailx-4.ebuild 2024-12-25 14:59:52.831270184 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2014 Gentoo Foundation |
|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/virtual/mailx/mailx-1.ebuild,v 1.2 2014/05/13 06:37:03 naota Exp $ |
|
| 4 | 3 | |
| 5 |
EAPI=5 |
|
| 4 |
EAPI=8 |
|
| 6 | 5 | |
| 7 | 6 |
DESCRIPTION="Virtual for mail implementations" |
| 8 |
HOMEPAGE="" |
|
| 9 |
SRC_URI="" |
|
| 10 | ||
| 11 |
LICENSE="" |
|
| 12 | 7 |
SLOT="0" |
| 13 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" |
|
| 14 |
IUSE="" |
|
| 8 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
| 15 | 9 | |
| 16 |
DEPEND="" |
|
| 17 |
RDEPEND="net-mail/mailutils" |
|
| 10 |
RDEPEND="|| ( |
|
| 11 |
net-mail/mailutils[clients] |
|
| 12 |
mail-client/mailx |
|
| 13 |
mail-client/s-nail |
|
| 14 |
)" |
|