Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/
Date: Thu, 03 Mar 2022 15:14:14
Message-Id: 1646320382.ad91ff79d271a2132196b36f9650e7fbe84d121b.dlan@gentoo
1 commit: ad91ff79d271a2132196b36f9650e7fbe84d121b
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 13:50:14 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 15:13:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad91ff79
7
8 net-mail/fetchmail: keyword ~riscv
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 net-mail/fetchmail/fetchmail-6.4.27.ebuild | 2 +-
14 net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
18 index 6ade24bb6f82..98b1ae2dae89 100644
19 --- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild
20 +++ b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
22
23 LICENSE="GPL-2 public-domain"
24 SLOT="0"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
27 IUSE="ssl nls kerberos tk socks"
28 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
29
30
31 diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild b/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
32 index 183128624bae..c0b4ff885c7c 100644
33 --- a/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
34 +++ b/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 +# Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.xz"
42
43 LICENSE="GPL-2 public-domain"
44 SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
47 IUSE="kerberos nls +python socks +ssl tk"
48 REQUIRED_USE="tk? ( python )
49 python? ( ${PYTHON_REQUIRED_USE} )"