diff options
author | 2004-04-14 17:35:35 +0000 | |
---|---|---|
committer | 2004-04-14 17:35:35 +0000 | |
commit | e4a6916359462974d0087e5ebe63f83db913794d (patch) | |
tree | c5158f12ceff269d77eb31d1209cb3c0b12a53b1 /dev-tcltk/tix/tix-8.2.0-r1.ebuild | |
parent | portdbapi/myportapi fix (Manifest recommit) (diff) | |
download | gentoo-2-e4a6916359462974d0087e5ebe63f83db913794d.tar.gz gentoo-2-e4a6916359462974d0087e5ebe63f83db913794d.tar.bz2 gentoo-2-e4a6916359462974d0087e5ebe63f83db913794d.zip |
fix patch name
Diffstat (limited to 'dev-tcltk/tix/tix-8.2.0-r1.ebuild')
-rw-r--r-- | dev-tcltk/tix/tix-8.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tix/tix-8.2.0-r1.ebuild b/dev-tcltk/tix/tix-8.2.0-r1.ebuild index 9de567b34bda..7204c63b26f1 100644 --- a/dev-tcltk/tix/tix-8.2.0-r1.ebuild +++ b/dev-tcltk/tix/tix-8.2.0-r1.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-tcltk/tix/tix-8.2.0-r1.ebuild,v 1.1 2004/04/13 00:43:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0-r1.ebuild,v 1.2 2004/04/14 17:35:35 mr_bones_ Exp $ inherit eutils @@ -21,7 +21,7 @@ DEPEND=">=sys-apps/portage-2.0.47-r10 src_unpack() { unpack ${A} cd ${S}/.. - epatch "${FILESDIR}/${PF}-gentoo.diff" + epatch "${FILESDIR}/${PV}-gentoo.diff" } src_compile() { |