diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-10-11 09:05:24 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-10-11 09:05:24 +0000 |
commit | 522d37a63ac1c0fe07fb15839b48163e56dd7b97 (patch) | |
tree | 4e1776881d50fa5c89ea01987da40f9332888ca7 /dev-db/postgresql-base/postgresql-base-8.4.1.ebuild | |
parent | Mask gst-plugins-amrnb and gst-plugins-amrwb wrt #252140. (diff) | |
download | gentoo-2-522d37a63ac1c0fe07fb15839b48163e56dd7b97.tar.gz gentoo-2-522d37a63ac1c0fe07fb15839b48163e56dd7b97.tar.bz2 gentoo-2-522d37a63ac1c0fe07fb15839b48163e56dd7b97.zip |
Adding virtual/libintl to make non-linux platforms happy. Thanks to grobian for noticing.
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/postgresql-base/postgresql-base-8.4.1.ebuild')
-rw-r--r-- | dev-db/postgresql-base/postgresql-base-8.4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/postgresql-base/postgresql-base-8.4.1.ebuild b/dev-db/postgresql-base/postgresql-base-8.4.1.ebuild index 5d745e574041..983160fb07a8 100644 --- a/dev-db/postgresql-base/postgresql-base-8.4.1.ebuild +++ b/dev-db/postgresql-base/postgresql-base-8.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.4.1.ebuild,v 1.3 2009/10/01 20:48:40 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-8.4.1.ebuild,v 1.4 2009/10/11 09:05:24 patrick Exp $ EAPI="1" @@ -36,6 +36,7 @@ RDEPEND="kerberos? ( virtual/krb5 ) ssl? ( >=dev-libs/openssl-0.9.6-r1 ) zlib? ( >=sys-libs/zlib-1.1.3 ) >=app-admin/eselect-postgresql-0.3 + virtual/libintl !dev-db/postgresql-libs !dev-db/postgresql-client !dev-db/libpq |