diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 15:54:36 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 15:54:36 +0000 |
commit | c4aa72962b70f5bb296576ba55414a379213a016 (patch) | |
tree | c918f1bac8581acc976d3d17cd44728ba0e2b848 /app-emulation | |
parent | QA: Use ${PF}; Cleaner einfo usage (diff) | |
download | gentoo-2-c4aa72962b70f5bb296576ba55414a379213a016.tar.gz gentoo-2-c4aa72962b70f5bb296576ba55414a379213a016.tar.bz2 gentoo-2-c4aa72962b70f5bb296576ba55414a379213a016.zip |
QA: ${PN}-${PV} -> ${P}
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/frodo/frodo-4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/frodo/frodo-4.1.ebuild b/app-emulation/frodo/frodo-4.1.ebuild index fe448583d6ab..4838174327a4 100644 --- a/app-emulation/frodo/frodo-4.1.ebuild +++ b/app-emulation/frodo/frodo-4.1.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/app-emulation/frodo/frodo-4.1.ebuild,v 1.11 2005/07/09 15:51:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.12 2005/07/09 15:52:17 swegener Exp $ inherit eutils @@ -25,7 +25,7 @@ src_compile() { export CFLAGS="${CFLAGS} -DX_USE_SHM" mv TkGui.tcl ${S}/Src cd ${S}/Src - epatch ${FILESDIR}/${PN}-${PV}-gentoo.diff + epatch ${FILESDIR}/${P}-gentoo.diff rm configure autoconf econf || die |