diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:23:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:23:13 +0000 |
commit | 5147d2cb28ef57ebff9d53a9e366c568d6c4f844 (patch) | |
tree | 56c17669a027f8d6e4a5a8a9a113e72f2c157897 /dev-scheme | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-5147d2cb28ef57ebff9d53a9e366c568d6c4f844.tar.gz gentoo-2-5147d2cb28ef57ebff9d53a9e366c568d6c4f844.tar.bz2 gentoo-2-5147d2cb28ef57ebff9d53a9e366c568d6c4f844.zip |
update libgd DEPEND
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild b/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild index c0a575d66602..1cb839f5c9a9 100644 --- a/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild +++ b/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild,v 1.2 2004/06/25 02:06:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild,v 1.3 2004/06/30 17:21:46 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Bigloo support libraries" +HOMEPAGE="http://bigloo-lib.sourceforge.net/" SRC_URI="mirror://sourceforge/bigloo-lib/${P}.tar.gz" -HOMEPAGE="http://bigloo-lib.sf.net" -SLOT="0" + LICENSE="GPL-2" -KEYWORDS="x86 ~sparc " +SLOT="0" +KEYWORDS="x86 ~sparc" IUSE="nls gtk postgres mysql gtk2 ipcs gd ldap X gdbm expat" DEPEND=">=dev-scheme/bigloo-2.4 X? ( virtual/x11 ) - gd? ( >=media-libs/libgd-1.8.3 ) + gd? ( >=media-libs/gd-1.8.3 ) gtk? ( =x11-libs/gtk+-1.2* ) nls? ( >=sys-devel/gettext-0.11.1 ) gtk2? ( =x11-libs/gtk+-2* ) |