summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2014-03-07 03:51:14 +0000
committerPatrick McLean <chutzpah@gentoo.org>2014-03-07 03:51:14 +0000
commit72b85684cd852dd9bd9b0e4222d4e6f6d203809c (patch)
tree45ddea5d62ebada90e8c3a1f57f9fcc8d497d01f /app-emulation
parentFix problem where ganeti-2.10 was installing lots of broken symlinks. Add pat... (diff)
downloadgentoo-2-72b85684cd852dd9bd9b0e4222d4e6f6d203809c.tar.gz
gentoo-2-72b85684cd852dd9bd9b0e4222d4e6f6d203809c.tar.bz2
gentoo-2-72b85684cd852dd9bd9b0e4222d4e6f6d203809c.zip
Fix minor typo
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/ganeti/ChangeLog5
-rw-r--r--app-emulation/ganeti/ganeti-2.10.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/ganeti/ChangeLog b/app-emulation/ganeti/ChangeLog
index df8a05e9d45b..20a206fd50f6 100644
--- a/app-emulation/ganeti/ChangeLog
+++ b/app-emulation/ganeti/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/ganeti
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.82 2014/03/07 03:50:02 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.83 2014/03/07 03:51:14 chutzpah Exp $
+
+ 07 Mar 2014; Patrick McLean <chutzpah@gentoo.org> ganeti-2.10.1.ebuild:
+ Fix minor typo
07 Mar 2014; Patrick McLean <chutzpah@gentoo.org> -ganeti-2.10.0.ebuild,
ganeti-2.10.1.ebuild, +files/ganeti-2.10-rundir.patch:
diff --git a/app-emulation/ganeti/ganeti-2.10.1.ebuild b/app-emulation/ganeti/ganeti-2.10.1.ebuild
index 71f68d897d82..d6fc03e964f4 100644
--- a/app-emulation/ganeti/ganeti-2.10.1.ebuild
+++ b/app-emulation/ganeti/ganeti-2.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.10.1.ebuild,v 1.2 2014/03/07 03:50:02 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.10.1.ebuild,v 1.3 2014/03/07 03:51:14 chutzpah Exp $
EAPI=5
PYTHON_COMPAT=(python2_{6,7})
@@ -128,7 +128,7 @@ src_configure () {
--with-ssh-initscript=/etc/init.d/sshd \
--with-export-dir=/var/lib/ganeti-storage/export \
--with-os-search-path=/usr/share/ganeti/os \
- $(use_enable syslog)
+ $(use_enable syslog) \
$(usex kvm '--with-kvm-path=' '' '/usr/bin/qemu-kvm' '') \
$(usex haskell-daemons "--enable-confd=haskell" '' '' '')
}