From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1195377-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 E6B0D138359 for <garchives@archives.gentoo.org>; Mon, 10 Aug 2020 13:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9BB9E0391; Mon, 10 Aug 2020 13:19:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A5567E0391 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Aug 2020 13:19:10 +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 59DFB34F4BF for <gentoo-commits@lists.gentoo.org>; Mon, 10 Aug 2020 13:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAC54313 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Aug 2020 13:19:07 +0000 (UTC) From: "Akinori Hattori" <hattya@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, "Akinori Hattori" <hattya@gentoo.org> Message-ID: <1597065540.2ccee3abaf7b35e4be282e3e3bf81641e2512f7e.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/sylpheed/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/sylpheed/sylpheed-3.7.0.ebuild X-VCS-Directories: mail-client/sylpheed/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 2ccee3abaf7b35e4be282e3e3bf81641e2512f7e X-VCS-Branch: master Date: Mon, 10 Aug 2020 13:19:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35d009b7-08d8-49e4-a75b-5ec4975fae17 X-Archives-Hash: d4a89381b1e36cdba46ad21bebae68ae commit: 2ccee3abaf7b35e4be282e3e3bf81641e2512f7e Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Mon Aug 10 13:14:25 2020 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Mon Aug 10 13:19:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccee3ab mail-client/sylpheed: update to EAPI 7 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> mail-client/sylpheed/sylpheed-3.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/sylpheed/sylpheed-3.7.0.ebuild b/mail-client/sylpheed/sylpheed-3.7.0.ebuild index f9d1f277de2..80f67665a41 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit desktop @@ -32,8 +32,8 @@ RDEPEND="${CDEPEND} app-misc/mime-types net-misc/curl" DEPEND="${CDEPEND} - virtual/pkgconfig xface? ( media-libs/compface )" +BDEPEND="virtual/pkgconfig" DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*"