Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/
Date: Sun, 26 Jan 2020 20:55:30
Message-Id: 1580072110.3372b1cc41693122443d313595453bd1cab63296.whissi@gentoo
1 commit: 3372b1cc41693122443d313595453bd1cab63296
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 20:47:17 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 20:55:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3372b1cc
7
8 net-mail/isync: x86 stable (bug #697800)
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-mail/isync/isync-1.3.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-mail/isync/isync-1.3.1.ebuild b/net-mail/isync/isync-1.3.1.ebuild
17 index 7fec5f34da7..dbd86955dbc 100644
18 --- a/net-mail/isync/isync-1.3.1.ebuild
19 +++ b/net-mail/isync/isync-1.3.1.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
21 inherit git-r3 autotools
22 else
23 SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
24 - KEYWORDS="amd64 ~arm ~ppc ~x86"
25 + KEYWORDS="amd64 ~arm ~ppc x86"
26 fi
27
28 IUSE="libressl sasl ssl zlib"