Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/
Date: Fri, 24 Jan 2020 15:57:07
Message-Id: 1579881353.8bdfb9b21f827592218edf4fb14b6ef8f418ce41.ago@gentoo
1 commit: 8bdfb9b21f827592218edf4fb14b6ef8f418ce41
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 24 15:55:53 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 24 15:55:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdfb9b2
7
8 net-mail/isync: amd64 stable wrt bug #697800
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-mail/isync/isync-1.3.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-mail/isync/isync-1.3.1.ebuild b/net-mail/isync/isync-1.3.1.ebuild
18 index a9663859bf8..7fec5f34da7 100644
19 --- a/net-mail/isync/isync-1.3.1.ebuild
20 +++ b/net-mail/isync/isync-1.3.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
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 ~ppc ~x86"
32 + KEYWORDS="amd64 ~arm ~ppc ~x86"
33 fi
34
35 IUSE="libressl sasl ssl zlib"