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: 1638955095.82046e02058046e55113fcc35b679ffe4c070855.sam@gentoo
1 commit: 82046e02058046e55113fcc35b679ffe4c070855
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 09:18:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 09:18:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82046e02
7
8 net-mail/isync: Stabilize 1.4.4 arm64, #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 319bbabbbe80..f7ccfefb511f 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"