diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:58:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 21:58:57 +0000 |
commit | c19df282e06e57507829c4730e8a6e960f4acb7b (patch) | |
tree | 0919f04eadc71838f5b7e25c26f2b3a451ad7475 /sci-mathematics/pspp/pspp-0.6.2.ebuild | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-c19df282e06e57507829c4730e8a6e960f4acb7b.tar.gz gentoo-2-c19df282e06e57507829c4730e8a6e960f4acb7b.tar.bz2 gentoo-2-c19df282e06e57507829c4730e8a6e960f4acb7b.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/pspp/pspp-0.6.2.ebuild')
-rw-r--r-- | sci-mathematics/pspp/pspp-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pspp/pspp-0.6.2.ebuild b/sci-mathematics/pspp/pspp-0.6.2.ebuild index 27a09e1f35c8..6c4314f27cd5 100644 --- a/sci-mathematics/pspp/pspp-0.6.2.ebuild +++ b/sci-mathematics/pspp/pspp-0.6.2.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-mathematics/pspp/pspp-0.6.2.ebuild,v 1.2 2010/03/09 11:36:02 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.3 2010/06/17 21:58:57 patrick Exp $ EAPI=2 inherit eutils elisp-common autotools @@ -23,7 +23,7 @@ RDEPEND="sci-libs/gsl gtk? ( >=x11-libs/gtk+-2.12 gnome-base/libglade ) ncurses? ( sys-libs/ncurses ) plotutils? ( media-libs/plotutils ) - postgres? ( virtual/postgresql-server )" + postgres? ( dev-db/postgresql-server )" DEPEND="${RDEPEND} dev-util/pkgconfig |