diff options
Diffstat (limited to 'gnustep-libs/gdl2/gdl2-0.11.0.ebuild')
-rw-r--r-- | gnustep-libs/gdl2/gdl2-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |