summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-02-03 18:19:51 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-02-03 18:19:51 +0000
commit21cbf13e9ab3681c2ee2d2e9af8ab74a4aa30274 (patch)
treea9072097759edafc9a80803de26e3a7320fc6845 /x11-libs
parentSCons 0.0.3 (diff)
downloadgentoo-2-21cbf13e9ab3681c2ee2d2e9af8ab74a4aa30274.tar.gz
gentoo-2-21cbf13e9ab3681c2ee2d2e9af8ab74a4aa30274.tar.bz2
gentoo-2-21cbf13e9ab3681c2ee2d2e9af8ab74a4aa30274.zip
changed postgres dependency
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/ChangeLog5
-rw-r--r--x11-libs/qt/qt-3.0.1-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index fef1b8014c67..a24675a1f907 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.2 2002/02/03 18:19:51 gbevin Exp $
+
+ 3 Feb 2002; G.Bevin <gbevin@gentoo.org> qt-3.0.1-r3.ebuild :
+ changed postgres dependency to the latest release r3
*qt-3.0.1-r3 (1 Feb 2002)
diff --git a/x11-libs/qt/qt-3.0.1-r3.ebuild b/x11-libs/qt/qt-3.0.1-r3.ebuild
index c5db04aec18c..dba8e57334be 100644
--- a/x11-libs/qt/qt-3.0.1-r3.ebuild
+++ b/x11-libs/qt/qt-3.0.1-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.1-r3.ebuild,v 1.1 2002/01/27 22:21:51 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.1-r3.ebuild,v 1.2 2002/02/03 18:19:51 gbevin Exp $
P=qt-x11-${PV}
S=${WORKDIR}/qt-x11-free-${PV}
@@ -16,7 +16,7 @@ DEPEND=">=media-libs/libpng-1.0.9
opengl? ( virtual/opengl virtual/glu )
nas? ( >=media-libs/nas-1.4.1 )
mysql? ( >=dev-db/mysql-3.2.10 )
- postgres? ( =dev-db/postgresql-7.1.3-r1 )
+ postgres? ( =dev-db/postgresql-7.1.3* )
odbc? ( >=dev-db/unixODBC-2.0 )
virtual/x11"