diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-01-02 23:45:24 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-01-03 01:42:54 -0700 |
commit | ee754985895937d25a3db06755d9f04580026d32 (patch) | |
tree | 474836c8c40b94d0697513814fdf84b7ca38fd89 /net-mail/getmail | |
parent | dev-python/hypothesis: Add myself as primary maint (diff) | |
download | gentoo-ee754985895937d25a3db06755d9f04580026d32.tar.gz gentoo-ee754985895937d25a3db06755d9f04580026d32.tar.bz2 gentoo-ee754985895937d25a3db06755d9f04580026d32.zip |
net-mail/getmail: stabilize 5.14
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/getmail-5.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/getmail/getmail-5.14.ebuild b/net-mail/getmail/getmail-5.14.ebuild index 813ca4429c80..577087573948 100644 --- a/net-mail/getmail/getmail-5.14.ebuild +++ b/net-mail/getmail/getmail-5.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos ~x64-solaris" IUSE="ssl" python_prepare_all() { |