diff options
author | 2006-08-04 15:09:42 +0000 | |
---|---|---|
committer | 2006-08-04 15:09:42 +0000 | |
commit | 5c02435576c3f96afe17ffd4740cab9cf728aeb8 (patch) | |
tree | b87b92fa94910636f93c1da37e0504686942f866 /app-emulation/xen | |
parent | Add bin86 as a depend and fix collisions, bug #139188 (diff) | |
download | gentoo-2-5c02435576c3f96afe17ffd4740cab9cf728aeb8.tar.gz gentoo-2-5c02435576c3f96afe17ffd4740cab9cf728aeb8.tar.bz2 gentoo-2-5c02435576c3f96afe17ffd4740cab9cf728aeb8.zip |
Remove in package testing - tests are for xen-tools, not xen hypervisor. Bug #141227, thanks to Andrew Ross
(Portage version: 2.1.1_pre4-r2)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.2.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index a7e0f679bcbd..66d4958d177d 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.38 2006/06/02 09:01:27 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.39 2006/08/04 15:09:42 chrb Exp $ + + 04 Aug 2006; Chris Bainbridge <chrb@gentoo.org> xen-3.0.2.ebuild: + Remove in package testing - tests are for xen-tools, not xen hypervisor. Bug + #141227, thanks to Andrew Ross 02 Jun 2006; Roy Marples <uberlord@gentoo.org> xen-3.0.2.ebuild: Send raw LDFLAGS via make to support --as-needed, #135140 diff --git a/app-emulation/xen/xen-3.0.2.ebuild b/app-emulation/xen/xen-3.0.2.ebuild index bea1e5d45ee9..b18e181c7802 100644 --- a/app-emulation/xen/xen-3.0.2.ebuild +++ b/app-emulation/xen/xen-3.0.2.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/xen/xen-3.0.2.ebuild,v 1.5 2006/06/02 09:01:27 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.2.ebuild,v 1.6 2006/08/04 15:09:42 chrb Exp $ inherit mount-boot flag-o-matic @@ -23,6 +23,8 @@ IUSE="debug custom-cflags pae hardened" DEPEND="sys-devel/dev86" RDEPEND="" +RESTRICT="test" + src_unpack() { unpack ${A} # if the user *really* wants to use their own custom-cflags, let them |