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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8839158092 for ; Sun, 12 Jun 2022 13:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9FA7E08ED; Sun, 12 Jun 2022 13:34:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1984E08ED for ; Sun, 12 Jun 2022 13:34:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7702B341BB6 for ; Sun, 12 Jun 2022 13:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAEB144B for ; Sun, 12 Jun 2022 13:34:09 +0000 (UTC) From: "Akinori Hattori" 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" Message-ID: <1655040416.879710764e9fe838acce2f83ea2615f81d3687df.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-r4.ebuild X-VCS-Directories: mail-client/sylpheed/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 879710764e9fe838acce2f83ea2615f81d3687df X-VCS-Branch: master Date: Sun, 12 Jun 2022 13:34:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 352d4092-0ca1-4ebb-8d23-f0c33356a222 X-Archives-Hash: 9a89af76e293af34a8ade502240b3ac6 commit: 879710764e9fe838acce2f83ea2615f81d3687df Author: Akinori Hattori gentoo org> AuthorDate: Sun Jun 12 13:26:56 2022 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jun 12 13:26:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87971076 mail-client/sylpheed: update to EAPI 8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild b/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild index 87d688309d8c..f14a148984bc 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" inherit desktop xdg @@ -24,9 +24,7 @@ CDEPEND="net-libs/liblockfile app-text/gtkspell:2 dev-libs/dbus-glib ) - ssl? ( - dev-libs/openssl:0= - )" + ssl? ( dev-libs/openssl:0= )" RDEPEND="${CDEPEND} app-misc/mime-types net-misc/curl"