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 D738C1385A6 for ; Fri, 14 Aug 2015 23:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2026FE077B; Fri, 14 Aug 2015 23:44: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 C12D5E077B for ; Fri, 14 Aug 2015 23:44:12 +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 7CF9C340CC3 for ; Fri, 14 Aug 2015 23:44:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C05D14A for ; Fri, 14 Aug 2015 23:44:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1439595830.fb412caa10e967cf952c46ae952b274bdcf89710.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/libreswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/libreswan/libreswan-3.14-r1.ebuild net-misc/libreswan/libreswan-3.14.ebuild net-misc/libreswan/libreswan-9999.ebuild X-VCS-Directories: net-misc/libreswan/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fb412caa10e967cf952c46ae952b274bdcf89710 X-VCS-Branch: master Date: Fri, 14 Aug 2015 23:44:09 +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: 0811bf1e-f4ef-4401-84ec-802fd83f4c6c X-Archives-Hash: bebaaf7c199eec97a22777661d933af1 commit: fb412caa10e967cf952c46ae952b274bdcf89710 Author: Mike Gilbert gentoo org> AuthorDate: Fri Aug 14 23:43:34 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Aug 14 23:43:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb412caa net-misc/libreswan: Add dependency on dev-libs/libevent Bug: https://bugs.gentoo.org/show_bug.cgi?id=557610 Package-Manager: portage-2.2.20_p134 net-misc/libreswan/{libreswan-3.14.ebuild => libreswan-3.14-r1.ebuild} | 1 + net-misc/libreswan/libreswan-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-misc/libreswan/libreswan-3.14.ebuild b/net-misc/libreswan/libreswan-3.14-r1.ebuild similarity index 99% rename from net-misc/libreswan/libreswan-3.14.ebuild rename to net-misc/libreswan/libreswan-3.14-r1.ebuild index c4f69d3..732f27d 100644 --- a/net-misc/libreswan/libreswan-3.14.ebuild +++ b/net-misc/libreswan/libreswan-3.14-r1.ebuild @@ -23,6 +23,7 @@ IUSE="caps curl dnssec ldap pam" COMMON_DEPEND=" dev-libs/gmp:0= + dev-libs/libevent dev-libs/nspr caps? ( sys-libs/libcap-ng ) curl? ( net-misc/curl ) diff --git a/net-misc/libreswan/libreswan-9999.ebuild b/net-misc/libreswan/libreswan-9999.ebuild index c4f69d3..732f27d 100644 --- a/net-misc/libreswan/libreswan-9999.ebuild +++ b/net-misc/libreswan/libreswan-9999.ebuild @@ -23,6 +23,7 @@ IUSE="caps curl dnssec ldap pam" COMMON_DEPEND=" dev-libs/gmp:0= + dev-libs/libevent dev-libs/nspr caps? ( sys-libs/libcap-ng ) curl? ( net-misc/curl )