diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-09-01 17:31:28 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-09-01 17:31:28 +0000 |
commit | 93c342da2040db9e9ec1f550c6b6783cf0b280c5 (patch) | |
tree | 1f8cbaa8668eb921cfb36e0f271817cfd326ea57 /dev-scheme | |
parent | drop gtk2, bug 106560 (diff) | |
download | gentoo-2-93c342da2040db9e9ec1f550c6b6783cf0b280c5.tar.gz gentoo-2-93c342da2040db9e9ec1f550c6b6783cf0b280c5.tar.bz2 gentoo-2-93c342da2040db9e9ec1f550c6b6783cf0b280c5.zip |
drop gtk2, use gtk2 with gtk, bug 106560
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/bigloo-lib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild | 13 |
2 files changed, 9 insertions, 11 deletions
diff --git a/dev-scheme/bigloo-lib/ChangeLog b/dev-scheme/bigloo-lib/ChangeLog index 37a14e8c2158..fc64f9e1b5ab 100644 --- a/dev-scheme/bigloo-lib/ChangeLog +++ b/dev-scheme/bigloo-lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-scheme/bigloo-lib -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo-lib/ChangeLog,v 1.3 2004/06/25 02:06:15 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo-lib/ChangeLog,v 1.4 2006/09/01 17:31:28 genstef Exp $ + + 01 Sep 2006; Stefan Schweizer <genstef@gentoo.org> bigloo-lib-0.17.ebuild: + drop gtk2, use gtk2 with gtk, bug 106560 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild b/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild index 40db5f1c1215..ea5862fd7afe 100644 --- a/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild +++ b/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.4 2004/07/14 22:26:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo-lib/bigloo-lib-0.17.ebuild,v 1.5 2006/09/01 17:31:28 genstef Exp $ DESCRIPTION="Bigloo support libraries" HOMEPAGE="http://bigloo-lib.sourceforge.net/" @@ -9,14 +9,13 @@ SRC_URI="mirror://sourceforge/bigloo-lib/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" -IUSE="X gd gdbm gtk gtk2 ldap mysql nls postgres" +IUSE="X gd gdbm gtk ldap mysql nls postgres" DEPEND=">=dev-scheme/bigloo-2.4 X? ( virtual/x11 ) 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* ) + gtk? ( =x11-libs/gtk+-2* ) ldap? ( >=net-nds/openldap-2.0.18 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) >=dev-libs/expat-1.95.4 @@ -34,10 +33,6 @@ src_compile() { || myconf="${myconf} --without-x" use gtk \ - && myconf="${myconf} --with-gtk" \ - || myconf="${myconf} --without-gtk" - - use gtk2 \ && myconf="${myconf} --with-gtk2" \ || myconf="${myconf} --without-gtk2" |