diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-18 20:15:30 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-18 20:15:30 +0000 |
commit | f00e0bfd15cfda4a318a5114cd436e6c5e355ab7 (patch) | |
tree | 33fae9adb04d7ff93f508f9c776792b83e2d7ab2 /dev-lang/tcl | |
parent | Stable on ppc64; bug #119443 (diff) | |
download | gentoo-2-f00e0bfd15cfda4a318a5114cd436e6c5e355ab7.tar.gz gentoo-2-f00e0bfd15cfda4a318a5114cd436e6c5e355ab7.tar.bz2 gentoo-2-f00e0bfd15cfda4a318a5114cd436e6c5e355ab7.zip |
add missing multilib inherit
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.4.11-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 18c8d3f35dad..9663b2e60a6c 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tcl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.60 2006/01/08 14:01:17 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.61 2006/01/18 20:15:30 blubb Exp $ + + 18 Jan 2006; Simon Stelling <blubb@gentoo.org> tcl-8.4.11-r1.ebuild: + add missing multilib inherit *tcl-8.4.11-r1 (08 Jan 2006) diff --git a/dev-lang/tcl/tcl-8.4.11-r1.ebuild b/dev-lang/tcl/tcl-8.4.11-r1.ebuild index 9b5886c11ba4..554222347310 100644 --- a/dev-lang/tcl/tcl-8.4.11-r1.ebuild +++ b/dev-lang/tcl/tcl-8.4.11-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-lang/tcl/tcl-8.4.11-r1.ebuild,v 1.1 2006/01/08 14:01:17 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.11-r1.ebuild,v 1.2 2006/01/18 20:15:30 blubb Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="Tool Command Language" HOMEPAGE="http://www.tcl.tk/" |