diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-19 08:16:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-19 08:16:07 +0000 |
commit | 22f4e71a2b92a66ac27b83afdd830a0ab244e7ec (patch) | |
tree | 81feaf2b81ee911e877cee62230a74af67a33b14 /sys-apps/busybox | |
parent | stabilize and update DESCRIPTION #126637 by Yuri (diff) | |
download | gentoo-2-22f4e71a2b92a66ac27b83afdd830a0ab244e7ec.tar.gz gentoo-2-22f4e71a2b92a66ac27b83afdd830a0ab244e7ec.tar.bz2 gentoo-2-22f4e71a2b92a66ac27b83afdd830a0ab244e7ec.zip |
disable tests for now #126751
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-1.00-r4.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.01.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.1.0.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/busybox/busybox-1.00-r4.ebuild b/sys-apps/busybox/busybox-1.00-r4.ebuild index 5b08174e6db5..4f75b8e06571 100644 --- a/sys-apps/busybox/busybox-1.00-r4.ebuild +++ b/sys-apps/busybox/busybox-1.00-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00-r4.ebuild,v 1.17 2005/09/14 00:08:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00-r4.ebuild,v 1.18 2006/03/19 08:16:07 vapier Exp $ inherit eutils @@ -22,6 +22,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="debug static savedconfig netboot floppyboot make-symlinks" +RESTRICT="test" DEPEND="" diff --git a/sys-apps/busybox/busybox-1.01.ebuild b/sys-apps/busybox/busybox-1.01.ebuild index ef8aac9f8f7f..3694d7a87fc3 100644 --- a/sys-apps/busybox/busybox-1.01.ebuild +++ b/sys-apps/busybox/busybox-1.01.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/sys-apps/busybox/busybox-1.01.ebuild,v 1.6 2006/02/08 22:58:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.01.ebuild,v 1.7 2006/03/19 08:16:07 vapier Exp $ inherit eutils @@ -22,6 +22,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86" IUSE="debug static savedconfig netboot floppyboot make-symlinks" +RESTRICT="test" DEPEND="" diff --git a/sys-apps/busybox/busybox-1.1.0.ebuild b/sys-apps/busybox/busybox-1.1.0.ebuild index 9428a7eda69a..3a47632a4060 100644 --- a/sys-apps/busybox/busybox-1.1.0.ebuild +++ b/sys-apps/busybox/busybox-1.1.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/sys-apps/busybox/busybox-1.1.0.ebuild,v 1.5 2006/03/10 23:42:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.1.0.ebuild,v 1.6 2006/03/19 08:16:07 vapier Exp $ inherit eutils @@ -21,6 +21,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="debug static savedconfig netboot floppyboot make-symlinks" +RESTRICT="test" DEPEND="" |