diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 17:38:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 17:38:09 +0000 |
commit | 7f9bf4b450f6bf2862b97dffe6369288cc1ffffc (patch) | |
tree | 53774b6979e18a30c6af106ca025083c82b38444 /dev-tcltk | |
parent | fix patch name (Manifest recommit) (diff) | |
download | gentoo-2-7f9bf4b450f6bf2862b97dffe6369288cc1ffffc.tar.gz gentoo-2-7f9bf4b450f6bf2862b97dffe6369288cc1ffffc.tar.bz2 gentoo-2-7f9bf4b450f6bf2862b97dffe6369288cc1ffffc.zip |
fix patch name again. never commit pre-caffeine kids.
Diffstat (limited to 'dev-tcltk')
-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 7204c63b26f1..7bc21662145f 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.2 2004/04/14 17:35:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0-r1.ebuild,v 1.3 2004/04/14 17:38:09 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}/${PV}-gentoo.diff" + epatch "${FILESDIR}/${P}-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 617cc09bd9ed..c14e56472aac 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.15 2004/04/14 17:35:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0.ebuild,v 1.16 2004/04/14 17:38:09 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}/${PV}-gentoo.diff" + epatch "${FILESDIR}/${P}-gentoo.diff" } src_compile() { |