diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-12-19 19:54:03 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-12-19 19:54:03 -0500 |
commit | d3b406c7225bd005e173e1afda48f6fd77b9a5a9 (patch) | |
tree | 0b834eabd313723ce7ce02dd963f54fae81f1a9c /dev-php/PHPMailer | |
parent | dev-libs/libnl: Old. (diff) | |
download | gentoo-d3b406c7225bd005e173e1afda48f6fd77b9a5a9.tar.gz gentoo-d3b406c7225bd005e173e1afda48f6fd77b9a5a9.tar.bz2 gentoo-d3b406c7225bd005e173e1afda48f6fd77b9a5a9.zip |
dev-php/PHPMailer: new revision to add a dev-lang/php[ssl] dependency.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-php/PHPMailer')
-rw-r--r-- | dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild (renamed from dev-php/PHPMailer/PHPMailer-5.2.26.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-php/PHPMailer/PHPMailer-5.2.26.ebuild b/dev-php/PHPMailer/PHPMailer-5.2.26-r1.ebuild index aad616dc2ce2..152762c2a1fb 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 )" |