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 0A78D139083 for ; Wed, 20 Dec 2017 00:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84128E0FFB; Wed, 20 Dec 2017 00:55:54 +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 6379CE0FFB for ; Wed, 20 Dec 2017 00:55:54 +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 14DCA33BF55 for ; Wed, 20 Dec 2017 00:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7904AAE70 for ; Wed, 20 Dec 2017 00:55:51 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1513731243.d3b406c7225bd005e173e1afda48f6fd77b9a5a9.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHPMailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild dev-php/PHPMailer/PHPMailer-5.2.26.ebuild X-VCS-Directories: dev-php/PHPMailer/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: d3b406c7225bd005e173e1afda48f6fd77b9a5a9 X-VCS-Branch: master Date: Wed, 20 Dec 2017 00:55:51 +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: 094278a8-12d6-43c0-b95c-4fc44946df26 X-Archives-Hash: deecec6f26cf6a058af3b5c940b866d2 commit: d3b406c7225bd005e173e1afda48f6fd77b9a5a9 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Dec 20 00:54:03 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Dec 20 00:54:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b406c7 dev-php/PHPMailer: new revision to add a dev-lang/php[ssl] dependency. Package-Manager: Portage-2.3.13, Repoman-2.3.3 .../PHPMailer/{PHPMailer-5.2.26.ebuild => PHPMailer-5.2.26-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-php/PHPMailer/PHPMailer-5.2.26.ebuild b/dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild similarity index 88% rename from dev-php/PHPMailer/PHPMailer-5.2.26.ebuild rename to dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild index aad616dc2ce..152762c2a1f 100644 --- a/dev-php/PHPMailer/PHPMailer-5.2.26.ebuild +++ b/dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild @@ -12,9 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc +examples" -# The ctype and filter dependencies can be verified by grepping the -# code... composer.json isn't always up-to-date. -RDEPEND="dev-lang/php:*[ctype,filter]" +RDEPEND="dev-lang/php:*[ctype,filter,ssl]" DEPEND="${RDEPEND} doc? ( dev-php/phpDocumentor )"