summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 20:22:08 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 20:22:08 +0000
commit568b7e771892e6e6a259a077a9e9291f4f7b5580 (patch)
treef6a20b8bbd2d244e96c2f526b48cc8079469bea0 /gnustep-libs/gdl2
parentMigrating away from deprecated postgres virtuals (diff)
downloadgentoo-2-568b7e771892e6e6a259a077a9e9291f4f7b5580.tar.gz
gentoo-2-568b7e771892e6e6a259a077a9e9291f4f7b5580.tar.bz2
gentoo-2-568b7e771892e6e6a259a077a9e9291f4f7b5580.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-libs/gdl2')
-rw-r--r--gnustep-libs/gdl2/ChangeLog7
-rw-r--r--gnustep-libs/gdl2/gdl2-0.11.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/gnustep-libs/gdl2/ChangeLog b/gnustep-libs/gdl2/ChangeLog
index 5daf89e6d537..ad9ba45049a2 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.14 2008/07/21 11:32:41 voyageur Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.15 2010/06/17 20:22:08 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> gdl2-0.11.0.ebuild:
+ Migrating away from deprecated postgres virtuals
21 Jul 2008; Bernard Cafarelli <voyageur@gentoo.org>
+files/gdl2-0.11.0-NSException.patch, gdl2-0.11.0.ebuild:
diff --git a/gnustep-libs/gdl2/gdl2-0.11.0.ebuild b/gnustep-libs/gdl2/gdl2-0.11.0.ebuild
index d0c35e1c40d5..fccea370fd04 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
+# Copyright 1999-2010 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.5 2008/07/21 11:32:41 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.11.0.ebuild,v 1.6 2010/06/17 20:22:08 patrick Exp $
inherit gnustep-2
@@ -17,7 +17,7 @@ IUSE="postgres sqlite"
S=${WORKDIR}/${MY_P}
DEPEND="gnustep-apps/gorm
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
sqlite? ( >=dev-db/sqlite-3 )"
RDEPEND="${DEPEND}"