summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-01-23 04:45:56 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-01-23 04:45:56 +0000
commitc09d776d990b1554bb34b95e971ff41d37d3723e (patch)
treee96bdc5c5dd3f898bdf9a5d4ae85f565381b31b6 /app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild
parentBlock newer versions of coreutils now that it provides the mktemp binary. (diff)
downloadgentoo-2-c09d776d990b1554bb34b95e971ff41d37d3723e.tar.gz
gentoo-2-c09d776d990b1554bb34b95e971ff41d37d3723e.tar.bz2
gentoo-2-c09d776d990b1554bb34b95e971ff41d37d3723e.zip
sys-apps/coreutils-6.10-r1 and higher now provides /bin/mktemp
(Portage version: 2.1.4)
Diffstat (limited to 'app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild')
-rw-r--r--app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild
index 47108e6c04ae..2b1376d965a0 100644
--- a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild
+++ b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild,v 1.1 2007/11/28 17:16:18 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild,v 1.2 2008/01/23 04:45:56 cardoe Exp $
DESCRIPTION="Debian Etch instance example for Ganeti"
HOMEPAGE="http://code.google.com/p/ganeti/"
@@ -17,7 +17,7 @@ RDEPEND="
app-arch/dump
app-emulation/ganeti
dev-util/debootstrap
- sys-apps/mktemp
+ || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )
sys-apps/util-linux
sys-fs/e2fsprogs
"