diff options
author | 2012-08-03 20:53:15 +0000 | |
---|---|---|
committer | 2012-08-03 20:53:15 +0000 | |
commit | d27bc8738896ffb5a58369c1ea38ffc803c3b1c2 (patch) | |
tree | 813b7d5ae45851c5cc735cc5c61dfa31c6ea5c06 /app-office | |
parent | x86 stable, see bug 418493 (diff) | |
download | gentoo-2-d27bc8738896ffb5a58369c1ea38ffc803c3b1c2.tar.gz gentoo-2-d27bc8738896ffb5a58369c1ea38ffc803c3b1c2.tar.bz2 gentoo-2-d27bc8738896ffb5a58369c1ea38ffc803c3b1c2.zip |
Depend on kerberos with postgres enabled.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.6.9999.ebuild | 4 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-3.6.9999.ebuild b/app-office/libreoffice/libreoffice-3.6.9999.ebuild index c50037309f29..73c9cab3edff 100644 --- a/app-office/libreoffice/libreoffice-3.6.9999.ebuild +++ b/app-office/libreoffice/libreoffice-3.6.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.6.9999.ebuild,v 1.10 2012/07/02 10:38:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.6.9999.ebuild,v 1.11 2012/08/03 20:53:15 scarabeus Exp $ EAPI=4 @@ -154,7 +154,7 @@ COMMON_DEPEND=" ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) - postgres? ( >=dev-db/postgresql-base-8.4.0 ) + postgres? ( >=dev-db/postgresql-base-8.4.0[kerberos] ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( ${NSS_DEPEND} ) diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index bec611be5814..52a1b3b2bf5a 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.91 2012/08/01 09:34:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.92 2012/08/03 20:53:15 scarabeus Exp $ EAPI=4 @@ -157,7 +157,7 @@ COMMON_DEPEND=" ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) - postgres? ( >=dev-db/postgresql-base-8.4.0 ) + postgres? ( >=dev-db/postgresql-base-8.4.0[kerberos] ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( ${NSS_DEPEND} ) |