diff options
author | 2014-11-03 11:18:44 +0000 | |
---|---|---|
committer | 2014-11-03 11:18:44 +0000 | |
commit | 2e5b277bd62dcbed27abbe3f2240b02da8cee5cf (patch) | |
tree | f7fbc3a949056df3fae4832799cda3e90c0d55a5 /app-office/libreoffice/libreoffice-4.3.9999.ebuild | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | historical-2e5b277bd62dcbed27abbe3f2240b02da8cee5cf.tar.gz historical-2e5b277bd62dcbed27abbe3f2240b02da8cee5cf.tar.bz2 historical-2e5b277bd62dcbed27abbe3f2240b02da8cee5cf.zip |
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64
Manifest-Sign-Key: 0xD1BBFDA0
Diffstat (limited to 'app-office/libreoffice/libreoffice-4.3.9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-4.3.9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/libreoffice/libreoffice-4.3.9999.ebuild b/app-office/libreoffice/libreoffice-4.3.9999.ebuild index 35a459a87bde..17ec9e2c56dd 100644 --- a/app-office/libreoffice/libreoffice-4.3.9999.ebuild +++ b/app-office/libreoffice/libreoffice-4.3.9999.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/app-office/libreoffice/libreoffice-4.3.9999.ebuild,v 1.3 2014/10/24 21:05:21 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.9999.ebuild,v 1.4 2014/11/03 11:16:53 titanofold Exp $ EAPI=5 @@ -176,7 +176,7 @@ COMMON_DEPEND=" virtual/glu virtual/opengl ) - postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) + postgres? ( >=virtual/postgresql-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 @@ -281,7 +281,7 @@ pkg_pretend() { # Ensure pg version but we have to be sure the pg is installed (first # install on clean system) - if use postgres && has_version dev-db/postgresql-base; then + if use postgres && has_version virtual/postgresql; then pgslot=$(postgresql-config show) if [[ ${pgslot//.} < 90 ]] ; then eerror "PostgreSQL slot must be set to 9.0 or higher." |