From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-885829-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1703A1381F1 for <garchives@archives.gentoo.org>; Mon, 6 Jun 2016 17:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87B22142B7; Mon, 6 Jun 2016 17:59:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30BE7142B7 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Jun 2016 17:59:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFBEA340AC7 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Jun 2016 17:59:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C106B72 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Jun 2016 17:59:07 +0000 (UTC) From: "Jason Donenfeld" <zx2c4@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" <zx2c4@gentoo.org> Message-ID: <1465236031.2a109979732a9bac45702f157d4611b7cd439161.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/opensmtpd/opensmtpd-5.9.2_p1.ebuild X-VCS-Directories: mail-mta/opensmtpd/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 2a109979732a9bac45702f157d4611b7cd439161 X-VCS-Branch: master Date: Mon, 6 Jun 2016 17:59:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0b9d3a3d-aaf9-4cec-a6e1-29d6158675ca X-Archives-Hash: 746fed932f1a393fc597bd818be281ab commit: 2a109979732a9bac45702f157d4611b7cd439161 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Mon Jun 6 18:00:31 2016 +0000 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Mon Jun 6 18:00:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a109979 mail-mta/opensmtpd: fix dep typo Package-Manager: portage-2.3.0_rc1 mail-mta/opensmtpd/opensmtpd-5.9.2_p1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-mta/opensmtpd/opensmtpd-5.9.2_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.9.2_p1.ebuild index c55d90f..334da3a 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.9.2_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.9.2_p1.ebuild @@ -19,7 +19,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="pam +mta" -DEPEND="sys-libs/zlib +DEPEND="dev-libs/openssl:0 + sys-libs/zlib pam? ( virtual/pam ) sys-libs/db:= dev-libs/libevent