diff options
author | Sam James <sam@gentoo.org> | 2021-01-20 09:29:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-20 09:29:07 +0000 |
commit | c01329ba72495452b13fcc2cc6790e5c6d2004e0 (patch) | |
tree | d0f95080328d45289ca2a53a5130bdc61a6a123d /net-mail | |
parent | media-sound/mpg123: Stabilize 1.26.3 x86, #763408 (diff) | |
download | gentoo-c01329ba72495452b13fcc2cc6790e5c6d2004e0.tar.gz gentoo-c01329ba72495452b13fcc2cc6790e5c6d2004e0.tar.bz2 gentoo-c01329ba72495452b13fcc2cc6790e5c6d2004e0.zip |
net-mail/isync: Stabilize 1.3.3 x86, #763492
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/isync/isync-1.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/isync/isync-1.3.3.ebuild b/net-mail/isync/isync-1.3.3.ebuild index 55478128ab66..fbbaf6e51b02 100644 --- a/net-mail/isync/isync-1.3.3.ebuild +++ b/net-mail/isync/isync-1.3.3.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" |