diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-29 11:36:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-29 11:36:35 +0000 |
commit | 6c4a83c0f9385840c8c403cbc0061816cbccaee5 (patch) | |
tree | d1744135e1c748c35963b258ccfe962f3e86e4ab /dev-tcltk/tklib | |
parent | stable amd64, bug 303715 (diff) | |
download | gentoo-2-6c4a83c0f9385840c8c403cbc0061816cbccaee5.tar.gz gentoo-2-6c4a83c0f9385840c8c403cbc0061816cbccaee5.tar.bz2 gentoo-2-6c4a83c0f9385840c8c403cbc0061816cbccaee5.zip |
Missing *DEPEND=dev-tcltk/tcllib added
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/tklib')
-rw-r--r-- | dev-tcltk/tklib/tklib-0.5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-tcltk/tklib/tklib-0.5.ebuild b/dev-tcltk/tklib/tklib-0.5.ebuild index 3dd1033dc9a3..f168d528abff 100644 --- a/dev-tcltk/tklib/tklib-0.5.ebuild +++ b/dev-tcltk/tklib/tklib-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.5.ebuild,v 1.1 2010/03/29 11:32:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tklib/tklib-0.5.ebuild,v 1.2 2010/03/29 11:36:35 jlec Exp $ DESCRIPTION="Collection of utility modules for Tk, and a companion to Tcllib" HOMEPAGE="http://www.tcl.tk/software/tklib" @@ -11,7 +11,9 @@ KEYWORDS="~amd64 ~x86" LICENSE="BSD" IUSE="doc" -RDEPEND="dev-lang/tk" +RDEPEND=" + dev-lang/tk + dev-tcltk/tcllib" DEPEND="${RDEPEND}" src_install() { |