diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-12-07 07:22:02 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-12-07 07:22:02 +0100 |
commit | e7c3767cd53b8d552166fa8785f04c4ad23cfa05 (patch) | |
tree | d44abbc5a47b61e5fce327467bf38b4be01541fb /net-mail/isync | |
parent | dev-ruby/sexp_processor: amd64 stable wrt bug #828451 (diff) | |
download | gentoo-e7c3767cd53b8d552166fa8785f04c4ad23cfa05.tar.gz gentoo-e7c3767cd53b8d552166fa8785f04c4ad23cfa05.tar.bz2 gentoo-e7c3767cd53b8d552166fa8785f04c4ad23cfa05.zip |
net-mail/isync: amd64 stable wrt bug #828470
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-mail/isync')
-rw-r--r-- | net-mail/isync/isync-1.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/isync/isync-1.4.4.ebuild b/net-mail/isync/isync-1.4.4.ebuild index 07b35974fe65..210ee8d0b3a0 100644 --- a/net-mail/isync/isync-1.4.4.ebuild +++ b/net-mail/isync/isync-1.4.4.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="berkdb sasl ssl zlib" |