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 06:17:22
Message-Id: 1638944180.8ac9ef97b6b4fcecfa9ed7cc2656f07bd0b76e27.sam@gentoo
1 commit: 8ac9ef97b6b4fcecfa9ed7cc2656f07bd0b76e27
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 06:16:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 06:16:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac9ef97
7
8 net-mail/isync: Stabilize 1.4.4 x86, #828470
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 210ee8d0b3a0..319bbabbbe80 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"