diff options
-rw-r--r-- | gnustep-libs/gdl2/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-libs/gdl2/gdl2-0.11.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnustep-libs/gdl2/ChangeLog b/gnustep-libs/gdl2/ChangeLog index 5985713eead1..630cd1394112 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.11 2008/01/20 23:39:38 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.12 2008/04/24 09:39:29 voyageur Exp $ + + 24 Apr 2008; Bernard Cafarelli <voyageur@gentoo.org> gdl2-0.11.0.ebuild: + Depends on gorm, remove old blocker on sope, bug #219071 20 Jan 2008; Bernard Cafarelli <voyageur@gentoo.org> +files/gdl2-0.11.0-NSMutableDictionary.patch, diff --git a/gnustep-libs/gdl2/gdl2-0.11.0.ebuild b/gnustep-libs/gdl2/gdl2-0.11.0.ebuild index 3f3d059dd596..f90eafd84e15 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.2 2008/01/20 23:39:38 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.11.0.ebuild,v 1.3 2008/04/24 09:39:29 voyageur Exp $ inherit gnustep-2 @@ -16,7 +16,7 @@ IUSE="postgres sqlite" S=${WORKDIR}/${MY_P} -DEPEND="!gnustep-apps/sope +DEPEND="gnustep-apps/gorm postgres? ( dev-db/libpq ) sqlite? ( >=dev-db/sqlite-3 )" RDEPEND="${DEPEND}" |