summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-12 12:51:39 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-12 12:51:39 +0000
commit3f3a2ef8b2ab9bf7973eeced8a802ff2e0ed313a (patch)
treeedc145fd95bb4cff6233353ad8dc694c4b796b5b /net-analyzer
parentStable for HPPA (bug #516636). (diff)
downloadgentoo-2-3f3a2ef8b2ab9bf7973eeced8a802ff2e0ed313a.tar.gz
gentoo-2-3f3a2ef8b2ab9bf7973eeced8a802ff2e0ed313a.tar.bz2
gentoo-2-3f3a2ef8b2ab9bf7973eeced8a802ff2e0ed313a.zip
Add an error message for the CONFIG_NET_SCHED check.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/bmon/ChangeLog5
-rw-r--r--net-analyzer/bmon/bmon-3.2.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/net-analyzer/bmon/ChangeLog b/net-analyzer/bmon/ChangeLog
index c12ba88a57ef..d500661ce7c1 100644
--- a/net-analyzer/bmon/ChangeLog
+++ b/net-analyzer/bmon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/bmon
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.53 2014/06/16 14:23:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.54 2014/07/12 12:51:39 jer Exp $
+
+ 12 Jul 2014; Jeroen Roovers <jer@gentoo.org> bmon-3.2.ebuild:
+ Add an error message for the CONFIG_NET_SCHED check.
16 Jun 2014; Jeroen Roovers <jer@gentoo.org> bmon-3.2.ebuild:
Check for CONFIG_NET_SCHED (bug #513466 by Thomas D.).
diff --git a/net-analyzer/bmon/bmon-3.2.ebuild b/net-analyzer/bmon/bmon-3.2.ebuild
index 6c329e563a09..48ea35d9a386 100644
--- a/net-analyzer/bmon/bmon-3.2.ebuild
+++ b/net-analyzer/bmon/bmon-3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-3.2.ebuild,v 1.2 2014/06/16 14:23:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-3.2.ebuild,v 1.3 2014/07/12 12:51:38 jer Exp $
EAPI=5
inherit autotools eutils linux-info toolchain-funcs
@@ -28,6 +28,10 @@ DEPEND="
DOCS=( ChangeLog )
CONFIG_CHECK="~NET_SCHED"
+ERROR_NET_SCHED="
+ CONFIG_NET_SCHED is not set when it should be.
+ Run ${PN} -i proc to use the deprecated proc interface instead.
+"
src_prepare() {
epatch_user