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 F3DCC1388BF for ; Thu, 18 Feb 2016 22:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9299321C171; Thu, 18 Feb 2016 22:30:29 +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 3A6F021C171 for ; Thu, 18 Feb 2016 22:30:28 +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 E3FA2340C76 for ; Thu, 18 Feb 2016 22:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70E898F5 for ; Thu, 18 Feb 2016 22:30:25 +0000 (UTC) From: "Jason Donenfeld" 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" Message-ID: <1455834619.2ea47f26e414d1721bc41be51ab74d03e0d6e8ae.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lualdap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lualdap/lualdap-1.2.0.ebuild X-VCS-Directories: dev-lua/lualdap/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 2ea47f26e414d1721bc41be51ab74d03e0d6e8ae X-VCS-Branch: master Date: Thu, 18 Feb 2016 22:30:25 +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: 3e16a328-a972-4eec-8696-5b27c1e2d8ac X-Archives-Hash: 8b7af4f9567ffcc591c34e4be24ecdfb commit: 2ea47f26e414d1721bc41be51ab74d03e0d6e8ae Author: Jason A. Donenfeld gentoo org> AuthorDate: Thu Feb 18 22:30:10 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Thu Feb 18 22:30:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea47f26 dev-lua/lualdap: requires openldap at runtime dev-lua/lualdap/lualdap-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lualdap/lualdap-1.2.0.ebuild b/dev-lua/lualdap/lualdap-1.2.0.ebuild index 6f65198..b0d14d8 100644 --- a/dev-lua/lualdap/lualdap-1.2.0.ebuild +++ b/dev-lua/lualdap/lualdap-1.2.0.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-lang/lua:*" +RDEPEND="dev-lang/lua:* net-nds/openldap" DEPEND="${RDEPEND} net-nds/openldap virtual/pkgconfig"