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 B808D138AD8 for ; Thu, 26 Feb 2015 10:42:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBEABE0B2E; Thu, 26 Feb 2015 10:42:32 +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 59DB4E0B2E for ; Thu, 26 Feb 2015 10:42:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC47F340CFF for ; Thu, 26 Feb 2015 10:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FB9512965 for ; Thu, 26 Feb 2015 10:42:29 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1424947279.0f8f5b812b0057ff50b92480729b301cc04d73b0.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/luadbi/ X-VCS-Repository: proj/lua X-VCS-Files: dev-lua/luadbi/luadbi-9999.ebuild X-VCS-Directories: dev-lua/luadbi/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 0f8f5b812b0057ff50b92480729b301cc04d73b0 X-VCS-Branch: master Date: Thu, 26 Feb 2015 10:42:29 +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: cccaca07-f9f5-4c3e-a915-64caa061b3a3 X-Archives-Hash: e8bc0d5286d08b357ca32c4980127825 commit: 0f8f5b812b0057ff50b92480729b301cc04d73b0 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Thu Feb 26 10:41:19 2015 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Thu Feb 26 10:41:19 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=0f8f5b81 [dev-lua/luadbi] Fixed posgres dependency. Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- dev-lua/luadbi/luadbi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luadbi/luadbi-9999.ebuild b/dev-lua/luadbi/luadbi-9999.ebuild index fdddd38..9c8766f 100644 --- a/dev-lua/luadbi/luadbi-9999.ebuild +++ b/dev-lua/luadbi/luadbi-9999.ebuild @@ -18,7 +18,7 @@ IUSE="mysql postgres sqlite luajit" RDEPEND=" || ( >=dev-lang/lua-5.1 dev-lang/luajit:2 ) mysql? ( || ( dev-db/mysql dev-db/mariadb ) ) - postgres? ( dev-db/postgresql-base ) + postgres? ( dev-db/postgresql ) sqlite? ( >=dev-db/sqlite-3 )" DEPEND="${RDEPEND} dev-util/pkgconfig"