Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/
Date: Wed, 20 May 2020 22:25:33
Message-Id: 1590013512.dcbef282f62303eba08d293a85452d626e64f571.gyakovlev@gentoo
1 commit: dcbef282f62303eba08d293a85452d626e64f571
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 10:00:41 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 22:25:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbef282
7
8 net-mail/isync: sync live ebuild keywords
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 net-mail/isync/isync-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-9999.ebuild
17 index c9d9c4a0112..c910f9673b0 100644
18 --- a/net-mail/isync/isync-9999.ebuild
19 +++ b/net-mail/isync/isync-9999.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 ~ppc64 ~x86"
26 fi
27
28 IUSE="libressl sasl ssl zlib"