diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-05-17 13:55:38 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-05-17 13:55:38 +0000 |
commit | 9f110e5f16fecc5fc794599590411f3bea599b8c (patch) | |
tree | fad14299c32d4556d369f9389c0642550cd98919 /dev-tcltk/tcllib/tcllib-1.7.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-9f110e5f16fecc5fc794599590411f3bea599b8c.tar.gz gentoo-2-9f110e5f16fecc5fc794599590411f3bea599b8c.tar.bz2 gentoo-2-9f110e5f16fecc5fc794599590411f3bea599b8c.zip |
Fixed french language problem, Bug 69885.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-tcltk/tcllib/tcllib-1.7.ebuild')
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-tcltk/tcllib/tcllib-1.7.ebuild b/dev-tcltk/tcllib/tcllib-1.7.ebuild index 77297b7a3e0c..1382ec2d6204 100644 --- a/dev-tcltk/tcllib/tcllib-1.7.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.7.ebuild,v 1.1 2005/03/27 03:54:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.7.ebuild,v 1.2 2005/05/17 13:55:38 matsuu Exp $ inherit eutils @@ -19,6 +19,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gentoo.patch + epatch ${FILESDIR}/${PN}-1.6.1-fr.msg.patch } src_compile() { |