Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/luadbi/
Date: Thu, 26 Feb 2015 10:42:34
Message-Id: 1424947279.0f8f5b812b0057ff50b92480729b301cc04d73b0.mva@gentoo
1 commit: 0f8f5b812b0057ff50b92480729b301cc04d73b0
2 Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
3 AuthorDate: Thu Feb 26 10:41:19 2015 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Thu Feb 26 10:41:19 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=0f8f5b81
7
8 [dev-lua/luadbi] Fixed posgres dependency.
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
11
12 ---
13 dev-lua/luadbi/luadbi-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lua/luadbi/luadbi-9999.ebuild b/dev-lua/luadbi/luadbi-9999.ebuild
17 index fdddd38..9c8766f 100644
18 --- a/dev-lua/luadbi/luadbi-9999.ebuild
19 +++ b/dev-lua/luadbi/luadbi-9999.ebuild
20 @@ -18,7 +18,7 @@ IUSE="mysql postgres sqlite luajit"
21
22 RDEPEND=" || ( >=dev-lang/lua-5.1 dev-lang/luajit:2 )
23 mysql? ( || ( dev-db/mysql dev-db/mariadb ) )
24 - postgres? ( dev-db/postgresql-base )
25 + postgres? ( dev-db/postgresql )
26 sqlite? ( >=dev-db/sqlite-3 )"
27 DEPEND="${RDEPEND}
28 dev-util/pkgconfig"