diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-11-03 10:43:42 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-11-03 10:43:42 +0000 |
commit | bbd5cd0a68bc1c4c3b330db458a7c76956a40f03 (patch) | |
tree | 04d3e90cd4901575bd79d03d6bfd835ae8d3c955 /dev-ml/findlib | |
parent | fixes bug #153907. (diff) | |
download | gentoo-2-bbd5cd0a68bc1c4c3b330db458a7c76956a40f03.tar.gz gentoo-2-bbd5cd0a68bc1c4c3b330db458a7c76956a40f03.tar.bz2 gentoo-2-bbd5cd0a68bc1c4c3b330db458a7c76956a40f03.zip |
s/tcltk/tk/g (bug #17808).
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'dev-ml/findlib')
-rw-r--r-- | dev-ml/findlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-1.0.4-r1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog index 2ba5b3b40239..a269fe25554a 100644 --- a/dev-ml/findlib/ChangeLog +++ b/dev-ml/findlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/findlib # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.20 2006/09/06 03:07:29 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.21 2006/11/03 10:43:42 nattfodd Exp $ + + 03 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> + findlib-1.0.4-r1.ebuild: + Change tcltk USE to tk (bug #17808). 06 Sep 2006; Thomas Cort <tcort@gentoo.org> findlib-1.0.4-r1.ebuild: Stable on alpha. diff --git a/dev-ml/findlib/findlib-1.0.4-r1.ebuild b/dev-ml/findlib/findlib-1.0.4-r1.ebuild index 9647d1bd47fd..f130fa6f98a3 100644 --- a/dev-ml/findlib/findlib-1.0.4-r1.ebuild +++ b/dev-ml/findlib/findlib-1.0.4-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.0.4-r1.ebuild,v 1.12 2006/09/06 03:07:29 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.0.4-r1.ebuild,v 1.13 2006/11/03 10:43:42 nattfodd Exp $ -IUSE="tcltk" +IUSE="tk" DESCRIPTION="OCaml tool to find/use non-standard packages." HOMEPAGE="http://www.ocaml-programming.de/packages/" @@ -20,7 +20,7 @@ stublibs=${ocamlfind_destdir}/stublibs pkg_setup() { - if ( use tcltk && which ocaml && ! which labltk ); then + if ( use tk && which ocaml && ! which labltk ); then eerror "It seems you don't have ocaml compiled with tk support" eerror "" eerror "The findlib toolbox requires ocaml be built with tk support." @@ -72,4 +72,4 @@ check_stublibs() { pkg_postinst() { check_stublibs -}
\ No newline at end of file +} |