From 9ff1426edbeed80da21df2106663ce1ff2978eba Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 21 Dec 2011 08:16:22 +0000 Subject: Fix tests with python 3; bug 377459. Patch by Arfrever, tested by Ian Delaney. (Portage version: 2.2.0_alpha81/cvs/Linux x86_64) --- sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild') diff --git a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild b/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild index bb0b48762889..ff3edd25b963 100644 --- a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild +++ b/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild,v 1.1 2008/07/15 17:05:57 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild,v 1.2 2011/12/21 08:16:22 floppym Exp $ -inherit flag-o-matic rpm +inherit eutils flag-o-matic rpm # Tag for which Fedora Core version it's from FCVER="9" @@ -29,6 +29,7 @@ src_unpack() { cd "${S}" sed -i -e "s:\(/sbin\/lspci\):/usr\1:g" Makefile || die + epatch "${FILESDIR}/${P}-python-3.patch" } src_install() { -- cgit v1.2.3-65-gdbad