From 2d1419d2278d9746cd0c6b54db3d57566be01833 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 6 Aug 2009 14:59:32 +0000 Subject: Forgot to rename src_unpack to src_prepare (Portage version: 2.2_rc36/cvs/Linux x86_64) --- media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'media-libs/openinventor') diff --git a/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild b/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild index f83e1e9c6bab..185f8d41daf6 100644 --- a/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild +++ b/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild,v 1.6 2009/08/06 14:57:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild,v 1.7 2009/08/06 14:59:32 ssuominen Exp $ EAPI=2 inherit eutils versionator flag-o-matic toolchain-funcs @@ -27,9 +27,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_PN} -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { # ordinary yacc fails epatch "${FILESDIR}"/use-byacc.patch # support for amd64, sparc and alpha -- cgit v1.2.3-65-gdbad