summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/litesql/litesql-0.3.2.ebuild')
-rw-r--r--dev-cpp/litesql/litesql-0.3.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/litesql/litesql-0.3.2.ebuild b/dev-cpp/litesql/litesql-0.3.2.ebuild
index 523481b14..ba8e2314c 100644
--- a/dev-cpp/litesql/litesql-0.3.2.ebuild
+++ b/dev-cpp/litesql/litesql-0.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc examples mysql postgres sqlite"
RDEPEND="mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( dev-db/postgresql )
sqlite? ( =dev-db/sqlite-3* )
!mysql? ( !postgres? ( !sqlite? ( =dev-db/sqlite-3* ) ) )"
DEPEND="${RDEPEND}