From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1029543-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 286B0138335 for <garchives@archives.gentoo.org>; Sun, 10 Jun 2018 18:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 722EBE088B; Sun, 10 Jun 2018 18:47:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47890E08CA for <gentoo-commits@lists.gentoo.org>; Sun, 10 Jun 2018 18:47:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA6C1335C90 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Jun 2018 18:47:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 581EA2C3 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Jun 2018 18:46:59 +0000 (UTC) From: "Thomas Deutschmann" <whissi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" <whissi@gentoo.org> Message-ID: <1528656378.aa58f45745d72a3b18b23d29780ff0b1094e22a0.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/isync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/isync/isync-1.3.0.ebuild X-VCS-Directories: net-mail/isync/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: aa58f45745d72a3b18b23d29780ff0b1094e22a0 X-VCS-Branch: master Date: Sun, 10 Jun 2018 18:46:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c7ffc59-5f79-4508-bfb3-ed1012948db8 X-Archives-Hash: e6ee0fcab84970d3cc5328416932bab6 commit: aa58f45745d72a3b18b23d29780ff0b1094e22a0 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Jun 10 18:40:59 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Jun 10 18:46:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa58f457 net-mail/isync: x86 stable (bug #657718) Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-mail/isync/isync-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/isync/isync-1.3.0.ebuild b/net-mail/isync/isync-1.3.0.ebuild index 838bb0f289a..189fafb11a8 100644 --- a/net-mail/isync/isync-1.3.0.ebuild +++ b/net-mail/isync/isync-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc x86" IUSE="compat sasl libressl ssl zlib" DEPEND=">=sys-libs/db-4.2:*