diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-01-23 04:45:56 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-01-23 04:45:56 +0000 |
commit | c09d776d990b1554bb34b95e971ff41d37d3723e (patch) | |
tree | e96bdc5c5dd3f898bdf9a5d4ae85f565381b31b6 /app-emulation | |
parent | Block newer versions of coreutils now that it provides the mktemp binary. (diff) | |
download | gentoo-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')
3 files changed, 13 insertions, 8 deletions
diff --git a/app-emulation/ganeti-instance-debian-etch/ChangeLog b/app-emulation/ganeti-instance-debian-etch/ChangeLog index c4c3fd4c42de..18d5fb57488f 100644 --- a/app-emulation/ganeti-instance-debian-etch/ChangeLog +++ b/app-emulation/ganeti-instance-debian-etch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/ganeti-instance-debian-etch -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ChangeLog,v 1.3 2007/11/28 17:16:18 hansmi Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ChangeLog,v 1.4 2008/01/23 04:45:56 cardoe Exp $ + + 23 Jan 2008; Doug Klima <cardoe@gentoo.org> + ganeti-instance-debian-etch-0.2.ebuild, + ganeti-instance-debian-etch-0.3.ebuild: + sys-apps/coreutils-6.10-r1 and higher now provides /bin/mktemp *ganeti-instance-debian-etch-0.3 (28 Nov 2007) diff --git a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.2.ebuild b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.2.ebuild index 26051dc655ed..611b2cd8ea94 100644 --- a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.2.ebuild +++ b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.2.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.2.ebuild,v 1.1 2007/11/23 02:09:04 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.2.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 " 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 " |