From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CECBF13888F for ; Sat, 10 Oct 2015 23:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ED88E07D5; Sat, 10 Oct 2015 23:53:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46AA2E07D5 for ; Sat, 10 Oct 2015 23:53:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E08733D3CF for ; Sat, 10 Oct 2015 23:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40CBB9 for ; Sat, 10 Oct 2015 23:53:08 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1444521525.ff02222b54ba69ec956390dbdde7363c883ba038.blueness@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.4.3-r1.ebuild mail-client/sylpheed/sylpheed-3.4.3.ebuild X-VCS-Directories: mail-client/sylpheed/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ff02222b54ba69ec956390dbdde7363c883ba038 X-VCS-Branch: master Date: Sat, 10 Oct 2015 23:53:08 +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: 0cfad55c-8c4e-4c7b-8d50-5ad1e5f5fd56 X-Archives-Hash: 483d0388b1f1b9e408b568d45bc254a3 commit: ff02222b54ba69ec956390dbdde7363c883ba038 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Oct 10 23:58:45 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Oct 10 23:58:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff02222b mail-client/sylpheed: add libressl support Package-Manager: portage-2.2.20.1 .../sylpheed/{sylpheed-3.4.3.ebuild => sylpheed-3.4.3-r1.ebuild} | 7 +++++-- mail-client/sylpheed/sylpheed-3.4.3.ebuild | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mail-client/sylpheed/sylpheed-3.4.3.ebuild b/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild similarity index 90% copy from mail-client/sylpheed/sylpheed-3.4.3.ebuild copy to mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild index 5bd6d38..febe593 100644 --- a/mail-client/sylpheed/sylpheed-3.4.3.ebuild +++ b/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface" +IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface" CDEPEND="x11-libs/gtk+:2 crypt? ( app-crypt/gpgme ) @@ -22,7 +22,10 @@ CDEPEND="x11-libs/gtk+:2 oniguruma? ( dev-libs/oniguruma ) pda? ( app-pda/jpilot ) spell? ( app-text/gtkspell:2 ) - ssl? ( dev-libs/openssl )" + ssl? ( + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) + )" RDEPEND="${CDEPEND} app-misc/mime-types net-misc/curl" diff --git a/mail-client/sylpheed/sylpheed-3.4.3.ebuild b/mail-client/sylpheed/sylpheed-3.4.3.ebuild index 5bd6d38..1b53b30 100644 --- a/mail-client/sylpheed/sylpheed-3.4.3.ebuild +++ b/mail-client/sylpheed/sylpheed-3.4.3.ebuild @@ -22,7 +22,7 @@ CDEPEND="x11-libs/gtk+:2 oniguruma? ( dev-libs/oniguruma ) pda? ( app-pda/jpilot ) spell? ( app-text/gtkspell:2 ) - ssl? ( dev-libs/openssl )" + ssl? ( dev-libs/openssl:0 )" RDEPEND="${CDEPEND} app-misc/mime-types net-misc/curl"