diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-09-11 21:27:42 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-09-11 21:27:42 +0000 |
commit | e305ac8214448bafa39410d65dfca55f0fbd42c6 (patch) | |
tree | 7ad561de105644344290b72aef1d56d2158fa20c /app-emulation | |
parent | x86 stable, bug #382301 (diff) | |
download | gentoo-2-e305ac8214448bafa39410d65dfca55f0fbd42c6.tar.gz gentoo-2-e305ac8214448bafa39410d65dfca55f0fbd42c6.tar.bz2 gentoo-2-e305ac8214448bafa39410d65dfca55f0fbd42c6.zip |
[app-emulation/xen-tools] Fix build
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.1.1-r3.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-9999.ebuild | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 8c4d84b52997..114aee1dbed4 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.83 2011/09/11 15:03:25 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.84 2011/09/11 21:27:42 alexxy Exp $ + + 11 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-4.1.1-r3.ebuild, + xen-tools-9999.ebuild: + Fix build *xen-tools-4.1.1-r3 (11 Sep 2011) diff --git a/app-emulation/xen-tools/xen-tools-4.1.1-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.1.1-r3.ebuild index 2c2308064a9e..2826cdb8c27a 100644 --- a/app-emulation/xen-tools/xen-tools-4.1.1-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.1.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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-r3.ebuild,v 1.1 2011/09/11 15:03:25 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r3.ebuild,v 1.2 2011/09/11 21:27:42 alexxy Exp $ EAPI="3" @@ -223,8 +223,9 @@ src_install() { doman docs/man?/* - use xend && newinitd "${FILESDIR}"/xend.initd-r2 xend \ - || die "Couldn't install xen.initd" + if use xend; then + newinitd "${FILESDIR}"/xend.initd-r2 xend || die "Couldn't install xen.initd" + fi newconfd "${FILESDIR}"/xendomains.confd xendomains \ || die "Couldn't install xendomains.confd" newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains \ diff --git a/app-emulation/xen-tools/xen-tools-9999.ebuild b/app-emulation/xen-tools/xen-tools-9999.ebuild index c0d6727a6c17..f6612de60924 100644 --- a/app-emulation/xen-tools/xen-tools-9999.ebuild +++ b/app-emulation/xen-tools/xen-tools-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-9999.ebuild,v 1.4 2011/09/11 15:03:25 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-9999.ebuild,v 1.5 2011/09/11 21:27:42 alexxy Exp $ EAPI="3" @@ -223,8 +223,9 @@ src_install() { doman docs/man?/* - use xend && newinitd "${FILESDIR}"/xend.initd-r2 xend \ - || die "Couldn't install xen.initd" + if use xend; then + newinitd "${FILESDIR}"/xend.initd-r2 xend || die "Couldn't install xen.initd" + fi newconfd "${FILESDIR}"/xendomains.confd xendomains \ || die "Couldn't install xendomains.confd" newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains \ |