diff options
-rw-r--r-- | app-emulation/domi/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/domi/domi-20060406-r3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/domi/ChangeLog b/app-emulation/domi/ChangeLog index 2d33159426cb..376230f29c4c 100644 --- a/app-emulation/domi/ChangeLog +++ b/app-emulation/domi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/domi # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.4 2006/06/10 07:59:46 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.5 2006/06/10 14:16:36 chrb Exp $ + + 10 Jun 2006; Chris Bainbridge <chrb@gentoo.org> domi-20060406-r3.ebuild: + Don't run tests as they require root privs. Bug #136267. *domi-20060406-r3 (10 Jun 2006) diff --git a/app-emulation/domi/domi-20060406-r3.ebuild b/app-emulation/domi/domi-20060406-r3.ebuild index 0dfca1268d76..4160c950b32d 100644 --- a/app-emulation/domi/domi-20060406-r3.ebuild +++ b/app-emulation/domi/domi-20060406-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/domi-20060406-r3.ebuild,v 1.1 2006/06/10 07:59:46 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/domi-20060406-r3.ebuild,v 1.2 2006/06/10 14:16:36 chrb Exp $ inherit eutils DESCRIPTION="Scripts for building Xen domains" @@ -20,6 +20,7 @@ DEPEND="app-emulation/xen-tools # there are some other depends we may need depending on the target system # these packages aren't in gentoo yet. feel free to submit ebuilds via bugzilla. # y2pmsh +RESTRICT="test" S=${WORKDIR}/${PN} |