diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 17:35:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 17:35:35 +0000 |
commit | e4a6916359462974d0087e5ebe63f83db913794d (patch) | |
tree | c5158f12ceff269d77eb31d1209cb3c0b12a53b1 /dev-tcltk/tix | |
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')
-rw-r--r-- | dev-tcltk/tix/tix-8.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/tix/tix-8.2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 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() { diff --git a/dev-tcltk/tix/tix-8.2.0.ebuild b/dev-tcltk/tix/tix-8.2.0.ebuild index 6408e3e5988f..617cc09bd9ed 100644 --- a/dev-tcltk/tix/tix-8.2.0.ebuild +++ b/dev-tcltk/tix/tix-8.2.0.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.ebuild,v 1.14 2004/04/13 00:41:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0.ebuild,v 1.15 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() { |