diff options
author | Sam James <sam@gentoo.org> | 2023-06-27 20:54:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-27 20:54:24 +0100 |
commit | 7195c6e5f49f5cc2501cce08d7a99b7aaaa5f732 (patch) | |
tree | e3f743b2f6aa69137109639555075fc3f8f141b2 /net-mail/isync | |
parent | net-mail/isync: Stabilize 1.4.4-r1 x86, #909311 (diff) | |
download | gentoo-7195c6e5f49f5cc2501cce08d7a99b7aaaa5f732.tar.gz gentoo-7195c6e5f49f5cc2501cce08d7a99b7aaaa5f732.tar.bz2 gentoo-7195c6e5f49f5cc2501cce08d7a99b7aaaa5f732.zip |
net-mail/isync: Stabilize 1.4.4-r1 arm, #909311
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/isync')
-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 18086fd859f6..628ee010fd93 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" |