From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B1FA1138334 for ; Wed, 15 Aug 2018 22:47:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CAD8E08AC; Wed, 15 Aug 2018 22:47:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 40EDEE08AC for ; Wed, 15 Aug 2018 22:47:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C366335D01 for ; Wed, 15 Aug 2018 22:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96B04394 for ; Wed, 15 Aug 2018 22:46:53 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1534373200.48325bf7ea665758caab24065a332e11f1128fc8.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/muchsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/muchsync/muchsync-5.ebuild X-VCS-Directories: net-mail/muchsync/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 48325bf7ea665758caab24065a332e11f1128fc8 X-VCS-Branch: master Date: Wed, 15 Aug 2018 22:46:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 02ef1cb2-a399-4e8c-8a30-9af4881e9e18 X-Archives-Hash: 4686b6cb98dd81ae92fd060f3f83907a commit: 48325bf7ea665758caab24065a332e11f1128fc8 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Wed Aug 15 22:46:40 2018 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Wed Aug 15 22:46:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48325bf7 net-mail/muchsync: Bump EAPI net-mail/muchsync/muchsync-5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/muchsync/muchsync-5.ebuild b/net-mail/muchsync/muchsync-5.ebuild index 5558bd9d59e..d7d65ceaa7c 100644 --- a/net-mail/muchsync/muchsync-5.ebuild +++ b/net-mail/muchsync/muchsync-5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Synchronizes mail messages and notmuch tags across machines" HOMEPAGE="http://www.muchsync.org/"