diff options
author | 2009-01-20 17:01:29 +0000 | |
---|---|---|
committer | 2009-01-20 17:01:29 +0000 | |
commit | 8ccb9afb6b0185e6d60f474bf7481ea130cbc765 (patch) | |
tree | 81faadbf8e40993e8179588335946a6d3b649ea9 /net-analyzer/bmon | |
parent | Update the patch for ganglia bug #223 , Gentoo bug #255593. Remove old gangl... (diff) | |
download | gentoo-2-8ccb9afb6b0185e6d60f474bf7481ea130cbc765.tar.gz gentoo-2-8ccb9afb6b0185e6d60f474bf7481ea130cbc765.tar.bz2 gentoo-2-8ccb9afb6b0185e6d60f474bf7481ea130cbc765.zip |
Fix spelling.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/bmon')
-rw-r--r-- | net-analyzer/bmon/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/bmon/ChangeLog b/net-analyzer/bmon/ChangeLog index fac6063b15bc..9f233ab3a61c 100644 --- a/net-analyzer/bmon/ChangeLog +++ b/net-analyzer/bmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/bmon -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.39 2008/08/04 19:02:11 jer Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.40 2009/01/20 17:01:29 jer Exp $ + + 20 Jan 2009; Jeroen Roovers <jer@gentoo.org> + files/bmon-2.1.0-libnl-1.0.patch: + Fix spelling. 04 Aug 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml: Describe local USE flags for GLEP 56. diff --git a/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch b/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch index 32b3e21cce99..562d90cda765 100644 --- a/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch +++ b/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch @@ -14,7 +14,7 @@ + case ${target_os} in + *linux*) + echo -+ echo "*** Warning: Building bmon on Linuxx w/o libnl ***" ++ echo "*** Warning: Building bmon on Linux w/o libnl ***" + echo + ;; + esac |