From 6f5e3b064d88c3ef5da49e1d87431923fa77c46a Mon Sep 17 00:00:00 2001 From: Jörg Bornkessel Date: Sat, 7 Apr 2012 10:12:21 +0000 Subject: some plugins gives false positive results on gettext handling, add this plugins here --- eclass/ChangeLog | 6 +++++- eclass/vdr-plugin.eclass | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 0cc68a4d402a..9417e654e7f3 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.204 2012/04/04 16:37:50 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.205 2012/04/07 10:12:21 hd_brummy Exp $ + + 07 Apr 2012; Joerg Bornkessel vdr-plugin.eclass: + some plugins gives false positive results on gettext handling, add this + plugins here 04 Apr 2012; Davide Pesavento qt4-build.eclass: Update from qt overlay, fixes #407523. diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index 18b8b961db4c..c7f1fe661432 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.84 2012/03/18 23:33:49 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.85 2012/04/07 10:12:21 hd_brummy Exp $ # @ECLASS: vdr-plugin.eclass # @MAINTAINER: @@ -229,6 +229,9 @@ vdr_has_gettext() { plugin_has_gettext() { [[ -d po ]] + # some plugins gives false positive results, keep this list short + # temporary workout, ToDo: fix the plugins/eclass + has_version ">=media-plugins/vdr-streamdev-0.5.0" } vdr_i18n_convert_to_gettext() { -- cgit v1.2.3-65-gdbad