summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bergström (jbergstroem) <bugs@bergstroem.nu>2010-06-18 12:57:31 +0000
committerJohan Bergström (jbergstroem) <bugs@bergstroem.nu>2010-06-18 12:57:31 +0000
commit232b0c6fcd1c5ddb575dffb019aea498bc382a82 (patch)
treeee3e1246137aa83a26b9311b33dbdd89c6548fb4 /dev-db/soci/soci-2.2.0.ebuild
parentdev-cpp/litesql: Migrating away from deprecated postgres virtuals (diff)
downloadsunrise-232b0c6fcd1c5ddb575dffb019aea498bc382a82.tar.gz
sunrise-232b0c6fcd1c5ddb575dffb019aea498bc382a82.tar.bz2
sunrise-232b0c6fcd1c5ddb575dffb019aea498bc382a82.zip
dev-db/soci: Migrating away from deprecated postgres virtuals
svn path=/sunrise/; revision=10777
Diffstat (limited to 'dev-db/soci/soci-2.2.0.ebuild')
-rw-r--r--dev-db/soci/soci-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/soci/soci-2.2.0.ebuild b/dev-db/soci/soci-2.2.0.ebuild
index 8491c4a27..b6c289b66 100644
--- a/dev-db/soci/soci-2.2.0.ebuild
+++ b/dev-db/soci/soci-2.2.0.ebuild
@@ -15,7 +15,7 @@ IUSE="debug firebird mysql postgres sqlite3"
DEPEND="firebird? ( dev-db/firebird )
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
sqlite3? ( =dev-db/sqlite-3* )"
RDEPEND=${DEPEND}