diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2013-10-07 12:21:14 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2013-10-07 12:21:14 +0000 |
commit | b3f540017a05886cfa5dd4c31c6d29a4443ca63f (patch) | |
tree | 74556ae2c69b9a98cab8d3259aae1042c45988d3 /eclass | |
parent | Bump LTS to 1.4.10 and add PHP-5.5 support (diff) | |
download | gentoo-2-b3f540017a05886cfa5dd4c31c6d29a4443ca63f.tar.gz gentoo-2-b3f540017a05886cfa5dd4c31c6d29a4443ca63f.tar.bz2 gentoo-2-b3f540017a05886cfa5dd4c31c6d29a4443ca63f.zip |
small modification on output from function dev_check
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 21cef3ceab9e..3041c0147f09 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1011 2013/10/06 14:37:31 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1012 2013/10/07 12:21:14 hd_brummy Exp $ + + 07 Oct 2013; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: + small modification on output from function dev_check 06 Oct 2013; Vlastimil Babka <caster@gentoo.org> java-utils-2.eclass: Convert comments for eclass manpages. Heavily based on work from ercpe, bug diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index decbd9896218..cb42301e5811 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.24 2013/04/13 19:07:31 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.25 2013/10/07 12:21:14 hd_brummy Exp $ # @ECLASS: vdr-plugin-2.eclass # @MAINTAINER: @@ -203,7 +203,7 @@ dev_check() { # A lot useful debug infos # set VDR_MAINTAINER_MODE="1" in make.conf if [[ -n ${VDR_MAINTAINER_MODE} ]]; then - eerror "\t Maintainer Info: $@" + eerror "\t Gentoo Developer Debug: $@" fi } |