diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 22:40:24 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 22:40:24 +0000 |
commit | 1b2bd5d6c40e095a1553158cef38ce714bbcb103 (patch) | |
tree | f447d7655f69db1924e9acddd799e47fab7a68cc /app-editors/xemacs/xemacs-21.5.29-r2.ebuild | |
parent | media-sound/jack: Fix Python 2.6 issue on keyword "with" (diff) | |
download | historical-1b2bd5d6c40e095a1553158cef38ce714bbcb103.tar.gz historical-1b2bd5d6c40e095a1553158cef38ce714bbcb103.tar.bz2 historical-1b2bd5d6c40e095a1553158cef38ce714bbcb103.zip |
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-editors/xemacs/xemacs-21.5.29-r2.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.29-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild b/app-editors/xemacs/xemacs-21.5.29-r2.ebuild index f9fa85746910..475dd6b215dd 100644 --- a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.5.29-r2.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/app-editors/xemacs/xemacs-21.5.29-r2.ebuild,v 1.5 2010/05/23 17:48:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.29-r2.ebuild,v 1.6 2010/06/17 22:40:24 patrick Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -30,7 +30,7 @@ RDEPEND=" >=dev-libs/openssl-0.9.6 >=media-libs/audiofile-0.2.3 gpm? ( >=sys-libs/gpm-1.19.6 ) - postgres? ( >=virtual/postgresql-base-7.2 ) + postgres? ( dev-db/postgresql-base ) ldap? ( net-nds/openldap ) alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) |