Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/
Date: Wed, 08 Dec 2021 09:18:45
Message-Id: 1638955106.9e10c25c249f35dfa9054a053feb86b1d9249b2b.sam@gentoo
1 commit: 9e10c25c249f35dfa9054a053feb86b1d9249b2b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 09:18:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 09:18:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e10c25c
7
8 net-mail/isync: Stabilize 1.4.4 arm, #828544
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-mail/isync/isync-1.4.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-mail/isync/isync-1.4.4.ebuild b/net-mail/isync/isync-1.4.4.ebuild
16 index f7ccfefb511f..8b349d1935a9 100644
17 --- a/net-mail/isync/isync-1.4.4.ebuild
18 +++ b/net-mail/isync/isync-1.4.4.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3 autotools
21 else
22 SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
24 + KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
25 fi
26
27 IUSE="berkdb sasl ssl zlib"