commit: 2ea47f26e414d1721bc41be51ab74d03e0d6e8ae Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Thu Feb 18 22:30:10 2016 +0000 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> 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"