summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-01-23 14:07:22 +0000
committerIan Delaney <idella4@gentoo.org>2013-01-23 14:07:22 +0000
commit9f4951602d5a8cb86a966e26460203c1cdc53b58 (patch)
treec621f196bf08154a41c6d475f851268f59625592 /app-emulation
parentMake sys-fs/zfs-9999 add itself to the module database to ensure that the (diff)
downloadgentoo-2-9f4951602d5a8cb86a966e26460203c1cdc53b58.tar.gz
gentoo-2-9f4951602d5a8cb86a966e26460203c1cdc53b58.tar.bz2
gentoo-2-9f4951602d5a8cb86a966e26460203c1cdc53b58.zip
patch from razamatan applied, fixes Bug #413493
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/xen-tools/ChangeLog5
-rw-r--r--app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog
index c4d26263d0ae..68719dc5fd54 100644
--- a/app-emulation/xen-tools/ChangeLog
+++ b/app-emulation/xen-tools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/xen-tools
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.125 2013/01/21 22:18:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.126 2013/01/23 14:07:22 idella4 Exp $
+
+ 23 Jan 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.1.1-r6.ebuild:
+ patch from razamatan applied, fixes Bug #413493
21 Jan 2013; Samuli Suominen <ssuominen@gentoo.org>
xen-tools-4.1.1-r6.ebuild, xen-tools-4.1.2-r2.ebuild,
diff --git a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild
index b080691a63f7..26fe68a41196 100644
--- a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.11 2013/01/21 22:18:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.12 2013/01/23 14:07:22 idella4 Exp $
EAPI="3"
@@ -78,6 +78,8 @@ QA_EXECSTACK="usr/share/xen/qemu/openbios-sparc32
usr/share/xen/qemu/openbios-sparc64"
pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
export "CONFIG_LOMOUNT=y"
if use qemu; then
@@ -231,6 +233,7 @@ src_compile() {
fi
emake -C docs man-pages || die "make man-pages failed"
+ python_convert_shebangs -r 2 "${D}"
}
src_install() {