diff options
author | Sam James <sam@gentoo.org> | 2023-06-27 20:54:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-27 20:54:25 +0100 |
commit | c66fea3e758631e64071aebd9fe280f04f5e41bb (patch) | |
tree | 137ff92d8927d8774b1007704e2129e69aa1521f /net-mail | |
parent | net-mail/isync: Stabilize 1.4.4-r1 arm, #909311 (diff) | |
download | gentoo-c66fea3e758631e64071aebd9fe280f04f5e41bb.tar.gz gentoo-c66fea3e758631e64071aebd9fe280f04f5e41bb.tar.bz2 gentoo-c66fea3e758631e64071aebd9fe280f04f5e41bb.zip |
net-mail/isync: Stabilize 1.4.4-r1 arm64, #909311
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/isync/isync-1.4.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/isync/isync-1.4.4-r1.ebuild b/net-mail/isync/isync-1.4.4-r1.ebuild index 628ee010fd93..ab8016fe2d9f 100644 --- a/net-mail/isync/isync-1.4.4-r1.ebuild +++ b/net-mail/isync/isync-1.4.4-r1.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 ~arm64 ~ppc ~ppc64 ~riscv x86" + KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" fi IUSE="berkdb sasl ssl zlib" |