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/isync/
Date: Thu, 03 Mar 2022 15:14:15
Message-Id: 1646320396.58532519852556c140f7a1fd994ee8a6807988b4.dlan@gentoo
1 commit: 58532519852556c140f7a1fd994ee8a6807988b4
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 13:59:36 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 15:13:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58532519
7
8 net-mail/isync: 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/isync/isync-1.4.4.ebuild | 4 ++--
14 net-mail/isync/isync-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-mail/isync/isync-1.4.4.ebuild b/net-mail/isync/isync-1.4.4.ebuild
18 index 8b349d1935a9..1aa6d569264a 100644
19 --- a/net-mail/isync/isync-1.4.4.ebuild
20 +++ b/net-mail/isync/isync-1.4.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
28 inherit git-r3 autotools
29 else
30 SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
31 - KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
32 + KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
33 fi
34
35 IUSE="berkdb sasl ssl zlib"
36
37 diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-9999.ebuild
38 index 07b35974fe65..e005efe792e4 100644
39 --- a/net-mail/isync/isync-9999.ebuild
40 +++ b/net-mail/isync/isync-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2021 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
48 inherit git-r3 autotools
49 else
50 SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
51 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
52 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
53 fi
54
55 IUSE="berkdb sasl ssl zlib"