diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-08 08:58:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-08 08:58:30 +0200 |
commit | b761153acb74fad2a200a2f949c43dae87dd3483 (patch) | |
tree | 1575cd277bdc0f722c573159b2db5d2101dd1369 /net-mail | |
parent | sci-libs/qd: amd64 stable wrt bug #794496 (diff) | |
download | gentoo-b761153acb74fad2a200a2f949c43dae87dd3483.tar.gz gentoo-b761153acb74fad2a200a2f949c43dae87dd3483.tar.bz2 gentoo-b761153acb74fad2a200a2f949c43dae87dd3483.zip |
net-mail/isync: amd64 stable wrt bug #794772
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@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 66034cbf5d26..4f5fbf97af86 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" |