diff options
author | Sam James <sam@gentoo.org> | 2021-06-07 23:08:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-07 23:08:56 +0000 |
commit | 8180146d4dce5645e9604df05b5ca82d6bde36d2 (patch) | |
tree | 6c3cea9a7e3c427795fa1f020a927d7c8f503e49 /net-mail | |
parent | mail-filter/postsrsd: Stabilize 1.11 x86, #793674 (diff) | |
download | gentoo-8180146d4dce5645e9604df05b5ca82d6bde36d2.tar.gz gentoo-8180146d4dce5645e9604df05b5ca82d6bde36d2.tar.bz2 gentoo-8180146d4dce5645e9604df05b5ca82d6bde36d2.zip |
net-mail/isync: Stabilize 1.3.6 x86, #794772
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/isync/isync-1.3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/isync/isync-1.3.6.ebuild b/net-mail/isync/isync-1.3.6.ebuild index 9525e6613cd8..66034cbf5d26 100644 --- a/net-mail/isync/isync-1.3.6.ebuild +++ b/net-mail/isync/isync-1.3.6.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="sasl ssl zlib" |