diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-04-01 15:51:49 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-04-01 15:51:49 +0000 |
commit | ef39db037e968bbb735cc1449b1f8126e9ed802e (patch) | |
tree | 010370faa7ec088dd8249253b57e5e4d10e34f5f | |
parent | Change depend to avoid using userland_BSD, don't use -Wl,-z,now but rather bi... (diff) | |
download | historical-ef39db037e968bbb735cc1449b1f8126e9ed802e.tar.gz historical-ef39db037e968bbb735cc1449b1f8126e9ed802e.tar.bz2 historical-ef39db037e968bbb735cc1449b1f8126e9ed802e.zip |
Restricted test feature
Package-Manager: portage-2.1_pre7-r3
-rw-r--r-- | app-emulation/qemu-softmmu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/qemu-user/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.8.0.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog index e395db29f4c5..a09b08d9fa8a 100644 --- a/app-emulation/qemu-softmmu/ChangeLog +++ b/app-emulation/qemu-softmmu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-softmmu # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.12 2006/03/30 20:07:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.13 2006/04/01 15:49:02 lu_zero Exp $ + + 01 Apr 2006; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.8.0.ebuild: + Restricted test feature 29 Mar 2006; Chris White <chriswhite@gentoo.org> qemu-softmmu-0.8.0.ebuild: diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild index a3b6c577c665..f43669352d43 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.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/qemu-softmmu/qemu-softmmu-0.8.0.ebuild,v 1.3 2006/03/29 08:04:36 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.8.0.ebuild,v 1.4 2006/04/01 15:49:02 lu_zero Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -13,7 +13,7 @@ LICENSE="GPL-2 LGPL-2.1 KQEMU" SLOT="0" KEYWORDS="-alpha amd64 ~ppc -sparc x86" IUSE="sdl kqemu" #qvm86 debug nptl qemu-fast nptlonly" -RESTRICT="nostrip" +RESTRICT="nostrip test" DEPEND="virtual/libc sdl? ( media-libs/libsdl ) diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog index cf2694a0cada..eeb7ff34f38b 100644 --- a/app-emulation/qemu-user/ChangeLog +++ b/app-emulation/qemu-user/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-user # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.8 2006/03/29 11:17:44 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.9 2006/04/01 15:51:49 lu_zero Exp $ + + 01 Apr 2006; Luca Barbato <lu_zero@gentoo.org> qemu-user-0.8.0.ebuild: + Restricted test feature *qemu-user-0.8.0.20060329 (29 Mar 2006) diff --git a/app-emulation/qemu-user/qemu-user-0.8.0.ebuild b/app-emulation/qemu-user/qemu-user-0.8.0.ebuild index cad807bdbdae..a612873e069d 100644 --- a/app-emulation/qemu-user/qemu-user-0.8.0.ebuild +++ b/app-emulation/qemu-user/qemu-user-0.8.0.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/qemu-user/qemu-user-0.8.0.ebuild,v 1.3 2006/03/29 07:47:00 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.8.0.ebuild,v 1.4 2006/04/01 15:51:49 lu_zero Exp $ inherit eutils flag-o-matic @@ -12,7 +12,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="x86 ~ppc -alpha -sparc ~amd64" IUSE="" #qvm86 debug nptl qemu-fast nptlonly" -RESTRICT="nostrip" +RESTRICT="nostrip test" DEPEND="virtual/libc app-text/texi2html |