summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 21:03:51 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 21:03:51 +0000
commit4a61999c7b315163a4c1b4a1b811e8b7827e0a27 (patch)
treefd08956a81d00a2f2cab40760e43785c78148440 /sci-geosciences/grass/grass-6.3.0.ebuild
parentMigrating away from deprecated postgres virtuals (diff)
downloadgentoo-2-4a61999c7b315163a4c1b4a1b811e8b7827e0a27.tar.gz
gentoo-2-4a61999c7b315163a4c1b4a1b811e8b7827e0a27.tar.bz2
gentoo-2-4a61999c7b315163a4c1b4a1b811e8b7827e0a27.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/grass/grass-6.3.0.ebuild')
-rw-r--r--sci-geosciences/grass/grass-6.3.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-geosciences/grass/grass-6.3.0.ebuild b/sci-geosciences/grass/grass-6.3.0.ebuild
index 8f2841289a3e..c33dd75167b9 100644
--- a/sci-geosciences/grass/grass-6.3.0.ebuild
+++ b/sci-geosciences/grass/grass-6.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.14 2010/05/30 20:45:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.15 2010/06/17 21:03:51 patrick Exp $
inherit eutils distutils fdo-mime versionator wxwidgets
@@ -40,8 +40,8 @@ RDEPEND=">=sys-libs/zlib-1.1.4
motif? ( x11-libs/openmotif )
png? ( >=media-libs/libpng-1.2.2 )
postgres? ( || (
- >=virtual/postgresql-base-8.0
- >=virtual/postgresql-server-8.0 )
+ >=dev-db/postgresql-base-8.0
+ >=dev-db/postgresql-server-8.0 )
)
python? ( dev-lang/python )
readline? ( sys-libs/readline )