summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnustep-libs/gdl2/ChangeLog5
-rw-r--r--gnustep-libs/gdl2/gdl2-0.11.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/gnustep-libs/gdl2/ChangeLog b/gnustep-libs/gdl2/ChangeLog
index 630cd1394112..e4dd13d172cc 100644
--- a/gnustep-libs/gdl2/ChangeLog
+++ b/gnustep-libs/gdl2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnustep-libs/gdl2
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.12 2008/04/24 09:39:29 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.13 2008/05/19 20:00:21 dev-zero Exp $
+
+ 19 May 2008; Tiziano Müller <dev-zero@gentoo.org> gdl2-0.11.0.ebuild:
+ Changed dependency for postgresql to virtual/postgresql-base
24 Apr 2008; Bernard Cafarelli <voyageur@gentoo.org> gdl2-0.11.0.ebuild:
Depends on gorm, remove old blocker on sope, bug #219071
diff --git a/gnustep-libs/gdl2/gdl2-0.11.0.ebuild b/gnustep-libs/gdl2/gdl2-0.11.0.ebuild
index f90eafd84e15..cd388dc54b69 100644
--- a/gnustep-libs/gdl2/gdl2-0.11.0.ebuild
+++ b/gnustep-libs/gdl2/gdl2-0.11.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.11.0.ebuild,v 1.3 2008/04/24 09:39:29 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.11.0.ebuild,v 1.4 2008/05/19 20:00:21 dev-zero Exp $
inherit gnustep-2
@@ -17,7 +17,7 @@ IUSE="postgres sqlite"
S=${WORKDIR}/${MY_P}
DEPEND="gnustep-apps/gorm
- postgres? ( dev-db/libpq )
+ postgres? ( virtual/postgresql-base )
sqlite? ( >=dev-db/sqlite-3 )"
RDEPEND="${DEPEND}"