summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2011-12-21 08:16:22 +0000
committerMike Gilbert <floppym@gentoo.org>2011-12-21 08:16:22 +0000
commit9ff1426edbeed80da21df2106663ce1ff2978eba (patch)
tree6f5d6815e5f07123c03f25995a747080759800db /sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild
parentForce usage of python2. Patch by Ian Delaney. Resolves bug 367801. (diff)
downloadgentoo-2-9ff1426edbeed80da21df2106663ce1ff2978eba.tar.gz
gentoo-2-9ff1426edbeed80da21df2106663ce1ff2978eba.tar.bz2
gentoo-2-9ff1426edbeed80da21df2106663ce1ff2978eba.zip
Fix tests with python 3; bug 377459. Patch by Arfrever, tested by Ian Delaney.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild')
-rw-r--r--sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild7
1 files changed, 4 insertions, 3 deletions
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() {