diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-12 12:13:58 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-12 12:13:58 +0000 |
commit | 21b065daa44a1160f68f893c0ca008334a7b8422 (patch) | |
tree | 2d26d2892730ab0b857327340d7c8e89edbd43ba /dev-perl/Tk-TableMatrix | |
parent | Added the file to dev.g.o while waiting for mirrors to pick it up (Manifest r... (diff) | |
download | gentoo-2-21b065daa44a1160f68f893c0ca008334a7b8422.tar.gz gentoo-2-21b065daa44a1160f68f893c0ca008334a7b8422.tar.bz2 gentoo-2-21b065daa44a1160f68f893c0ca008334a7b8422.zip |
syntax fix
Diffstat (limited to 'dev-perl/Tk-TableMatrix')
-rw-r--r-- | dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild index 6930e80edec6..e0af680b0c31 100644 --- a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild +++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild,v 1.1 2004/05/21 12:26:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.1.ebuild,v 1.2 2004/06/12 12:13:58 mcummings Exp $ inherit perl-module eutils @@ -19,5 +19,5 @@ DEPEND="dev-perl/perl-tk src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/patch.diff + #epatch ${FILESDIR}/patch.diff } |