diff options
author | Sam James <sam@gentoo.org> | 2021-03-25 21:29:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-25 21:29:25 +0000 |
commit | fd40646c673dbd792ac5194d95782c48fce859c1 (patch) | |
tree | 04e3bee6f5dd902ecbd3505084aeea0704a556e3 /net-mail/isync | |
parent | media-sound/moc: Stabilize 2.6_alpha3-r3 amd64, #777858 (diff) | |
download | gentoo-fd40646c673dbd792ac5194d95782c48fce859c1.tar.gz gentoo-fd40646c673dbd792ac5194d95782c48fce859c1.tar.bz2 gentoo-fd40646c673dbd792ac5194d95782c48fce859c1.zip |
net-mail/isync: Stabilize 1.3.5 amd64, #771738
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/isync')
-rw-r--r-- | net-mail/isync/isync-1.3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/isync/isync-1.3.5.ebuild b/net-mail/isync/isync-1.3.5.ebuild index 652bed336e03..55478128ab66 100644 --- a/net-mail/isync/isync-1.3.5.ebuild +++ b/net-mail/isync/isync-1.3.5.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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi IUSE="libressl sasl ssl zlib" |