diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:59:06 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:59:06 +0000 |
commit | 6ced3b4ddfe43d7105134400a3c0d90b98ab37bd (patch) | |
tree | c26c653047fe6f68a12681a68f283787924ae43b /sci-mathematics | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-6ced3b4ddfe43d7105134400a3c0d90b98ab37bd.tar.gz gentoo-2-6ced3b4ddfe43d7105134400a3c0d90b98ab37bd.tar.bz2 gentoo-2-6ced3b4ddfe43d7105134400a3c0d90b98ab37bd.zip |
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pspp/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/pspp/pspp-0.8.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/pspp/pspp-0.8.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog index f3b4ae184617..421b26627f07 100644 --- a/sci-mathematics/pspp/ChangeLog +++ b/sci-mathematics/pspp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/pspp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.29 2014/05/28 17:01:25 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.30 2014/11/03 13:59:06 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> pspp-0.8.1-r1.ebuild, + pspp-0.8.3.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. *pspp-0.8.3 (28 May 2014) diff --git a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild index 86dfdd1e355f..b71f494ef7d1 100644 --- a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild +++ b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v 1.3 2013/10/31 15:47:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v 1.4 2014/11/03 13:59:06 titanofold Exp $ EAPI=5 @@ -31,7 +31,7 @@ RDEPEND=" x11-libs/gtk+:2 >=x11-libs/gtksourceview-2.2:2.0 ) ncurses? ( sys-libs/ncurses ) - postgres? ( dev-db/postgresql-server )" + postgres? ( virtual/postgresql[server] )" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( virtual/latex-base )" diff --git a/sci-mathematics/pspp/pspp-0.8.3.ebuild b/sci-mathematics/pspp/pspp-0.8.3.ebuild index 6c406a07e4fc..952db8389cc6 100644 --- a/sci-mathematics/pspp/pspp-0.8.3.ebuild +++ b/sci-mathematics/pspp/pspp-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild,v 1.1 2014/05/28 17:01:25 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.3.ebuild,v 1.2 2014/11/03 13:59:06 titanofold Exp $ EAPI=5 @@ -31,7 +31,7 @@ RDEPEND=" x11-libs/gtk+:2 >=x11-libs/gtksourceview-2.2:2.0 ) ncurses? ( sys-libs/ncurses ) - postgres? ( dev-db/postgresql-server:= )" + postgres? ( virtual/postgresql:=[server] )" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( virtual/latex-base )" |