diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-02-11 15:57:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-02-11 15:57:34 +0000 |
commit | 85f98bf30c79c92b3ae72f42cd27b192a64db4b3 (patch) | |
tree | 7e6eb9c8ae42e69ece405770bbb65e6e7fb337d4 /net-analyzer/nb | |
parent | Fix LICENSE, bug 298556. (diff) | |
download | gentoo-2-85f98bf30c79c92b3ae72f42cd27b192a64db4b3.tar.gz gentoo-2-85f98bf30c79c92b3ae72f42cd27b192a64db4b3.tar.bz2 gentoo-2-85f98bf30c79c92b3ae72f42cd27b192a64db4b3.zip |
Block sys-boot/netboot (bug #304561).
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/nb')
-rw-r--r-- | net-analyzer/nb/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nb/nb-0.6.5-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/nb/ChangeLog b/net-analyzer/nb/ChangeLog index 8715d9bff6db..099fb180e263 100644 --- a/net-analyzer/nb/ChangeLog +++ b/net-analyzer/nb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nb -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.7 2008/11/16 20:28:46 pva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.8 2010/02/11 15:57:34 jer Exp $ + + 11 Feb 2010; Jeroen Roovers <jer@gentoo.org> nb-0.6.5-r1.ebuild: + Block sys-boot/netboot (bug #304561). *nb-0.6.5-r1 (16 Nov 2008) diff --git a/net-analyzer/nb/nb-0.6.5-r1.ebuild b/net-analyzer/nb/nb-0.6.5-r1.ebuild index 038ce2ba66cd..9d4b3a402cc3 100644 --- a/net-analyzer/nb/nb-0.6.5-r1.ebuild +++ b/net-analyzer/nb/nb-0.6.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.6.5-r1.ebuild,v 1.1 2008/11/16 20:28:46 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.6.5-r1.ebuild,v 1.2 2010/02/11 15:57:34 jer Exp $ inherit eutils autotools @@ -14,6 +14,7 @@ KEYWORDS="~ppc ~x86" IUSE="" DEPEND="dev-lang/perl" +RDEPEND="!sys-boot/netboot" src_unpack() { unpack ${A} |