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 D096F13835A for ; 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 B1749E07F1; Mon, 10 Aug 2020 13:19:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 97D41E07DB for ; Mon, 10 Aug 2020 13:19:10 +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 4B5A534F4BD for ; Mon, 10 Aug 2020 13:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0CB3301 for ; Mon, 10 Aug 2020 13:19:07 +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: <1597065538.9cd5d3b5e50bebf9694f9e0b82f1836efa8a5e74.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: 9cd5d3b5e50bebf9694f9e0b82f1836efa8a5e74 X-VCS-Branch: master Date: Mon, 10 Aug 2020 13:19:07 +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: ce179888-0e38-4eb8-856b-7a68d7a55742 X-Archives-Hash: 6a6f1be483954ed46bce2ab24df40e4c commit: 9cd5d3b5e50bebf9694f9e0b82f1836efa8a5e74 Author: Akinori Hattori gentoo org> AuthorDate: Mon Aug 10 13:08:31 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Aug 10 13:18:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd5d3b5 mail-client/sylpheed: drop pda USE flag Bug: https://bugs.gentoo.org/735118 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> mail-client/sylpheed/sylpheed-3.7.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mail-client/sylpheed/sylpheed-3.7.0.ebuild b/mail-client/sylpheed/sylpheed-3.7.0.ebuild index d61712d49c3..4fba772abe3 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86" -IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface" +IUSE="crypt ipv6 ldap libressl nls oniguruma spell ssl xface" CDEPEND="net-libs/liblockfile x11-libs/gtk+:2 @@ -20,7 +20,6 @@ CDEPEND="net-libs/liblockfile ldap? ( net-nds/openldap ) nls? ( sys-devel/gettext ) oniguruma? ( dev-libs/oniguruma:= ) - pda? ( app-pda/jpilot ) spell? ( app-text/gtkspell:2 dev-libs/dbus-glib @@ -45,7 +44,6 @@ src_configure() { $(use_enable ipv6) \ $(use_enable ldap) \ $(use_enable oniguruma) \ - $(use_enable pda jpilot) \ $(use_enable spell gtkspell) \ $(use_enable ssl) \ $(use_enable xface compface) \