From 0d016b977134e2c544ca45db6392abb0d9aa6af8 Mon Sep 17 00:00:00 2001 From: Panagiotis Christopoulos Date: Sun, 1 Jun 2008 16:58:14 +0000 Subject: Apply patch which fixes dev-libs/libevocosm issue. Patch created by John Brooks , bug 219998 (Portage version: 2.1.5.2) --- app-benchmarks/acovea/acovea-5.1.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app-benchmarks/acovea/acovea-5.1.1.ebuild') diff --git a/app-benchmarks/acovea/acovea-5.1.1.ebuild b/app-benchmarks/acovea/acovea-5.1.1.ebuild index 73ea3ff7e58a..79893b686c6f 100644 --- a/app-benchmarks/acovea/acovea-5.1.1.ebuild +++ b/app-benchmarks/acovea/acovea-5.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild,v 1.2 2006/10/02 09:50:03 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild,v 1.3 2008/06/01 16:58:14 pchrist Exp $ inherit autotools @@ -25,6 +25,9 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P}-asneeded.patch epatch "${FILESDIR}"/${P}-free-fix.patch + if has_version ">=libevocosm-3.3.0" ; then + epatch ${FILESDIR}"/${P}-libevocosm.patch" + fi eautomake } -- cgit v1.2.3-65-gdbad