diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 20:20:41 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 20:20:41 +0200 |
commit | b745858c7f340c9e3011bf55e2f6915649c0caf9 (patch) | |
tree | 2ee6793e0763451df1c49b927a60aa0828aa48eb /mail-mta/ssmtp | |
parent | media-libs/hamlib: add 4.5.4 (diff) | |
download | gentoo-b745858c7f340c9e3011bf55e2f6915649c0caf9.tar.gz gentoo-b745858c7f340c9e3011bf55e2f6915649c0caf9.tar.bz2 gentoo-b745858c7f340c9e3011bf55e2f6915649c0caf9.zip |
mail-mta/ssmtp: Stabilize 2.64_p11-r1 sparc, #886733
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'mail-mta/ssmtp')
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild index e6f9fb85e45c..7a4490dc5fbd 100644 --- a/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ S="${WORKDIR}"/${PN}-$(ver_cut 1-2) LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+ssl gnutls +mta" REQUIRED_USE="gnutls? ( ssl )" |