diff options
author | Sam James <sam@gentoo.org> | 2020-07-10 12:05:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-10 12:09:19 +0000 |
commit | 8b20cde16505844808c800ff53e83acbdd87a8b8 (patch) | |
tree | ed07484bb8431a23e5ae32f6e0aa3c4ab475b386 /net-mail/isync | |
parent | media-libs/lv2: arm64 stable (bug #732058) (diff) | |
download | gentoo-8b20cde16505844808c800ff53e83acbdd87a8b8.tar.gz gentoo-8b20cde16505844808c800ff53e83acbdd87a8b8.tar.bz2 gentoo-8b20cde16505844808c800ff53e83acbdd87a8b8.zip |
net-mail/isync: arm64 keyworded (bug #730978)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/isync')
-rw-r--r-- | net-mail/isync/isync-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/isync/isync-1.3.1.ebuild b/net-mail/isync/isync-1.3.1.ebuild index 0cdbe37f5f62..80b7966c1473 100644 --- a/net-mail/isync/isync-1.3.1.ebuild +++ b/net-mail/isync/isync-1.3.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 autotools else SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" fi IUSE="libressl sasl ssl zlib" |