diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-24 16:55:53 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-24 16:55:53 +0100 |
commit | 8bdfb9b21f827592218edf4fb14b6ef8f418ce41 (patch) | |
tree | 3409de171df488331d4ce064ef63d7e1d60fef01 /net-mail | |
parent | sys-devel/binutils-hppa64: drop old (diff) | |
download | gentoo-8bdfb9b21f827592218edf4fb14b6ef8f418ce41.tar.gz gentoo-8bdfb9b21f827592218edf4fb14b6ef8f418ce41.tar.bz2 gentoo-8bdfb9b21f827592218edf4fb14b6ef8f418ce41.zip |
net-mail/isync: amd64 stable wrt bug #697800
Package-Manager: Portage-2.3.79, Repoman-2.3.16
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.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/isync/isync-1.3.1.ebuild b/net-mail/isync/isync-1.3.1.ebuild index a9663859bf83..7fec5f34da7c 100644 --- a/net-mail/isync/isync-1.3.1.ebuild +++ b/net-mail/isync/isync-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~ppc ~x86" + KEYWORDS="amd64 ~arm ~ppc ~x86" fi IUSE="libressl sasl ssl zlib" |