diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2012-06-10 14:59:55 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2012-06-10 14:59:55 +0000 |
commit | 8dd1b4ee31849a04ae6d7b7b9818495fc2c4c2c3 (patch) | |
tree | 91fb8125b3db6c76702ffce92c9e9757e03432e9 /eclass | |
parent | converted to vdr-plugin-2.eclass (diff) | |
download | gentoo-2-8dd1b4ee31849a04ae6d7b7b9818495fc2c4c2c3.tar.gz gentoo-2-8dd1b4ee31849a04ae6d7b7b9818495fc2c4c2c3.tar.bz2 gentoo-2-8dd1b4ee31849a04ae6d7b7b9818495fc2c4c2c3.zip |
fix for strip-linguas en
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 238b8d38c62e..04db99a84e1c 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.305 2012/06/10 14:23:43 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.306 2012/06/10 14:59:55 hd_brummy Exp $ + + 10 Jun 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: + fix for strip-linguas en 10 Jun 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass: Remove pypy1_7 from default PYTHON_COMPAT due to removal from tree. Add diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index bc49061fa08e..2eede88fa180 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.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-2.eclass,v 1.6 2012/06/10 14:21:20 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.7 2012/06/10 14:59:55 hd_brummy Exp $ # @ECLASS: vdr-plugin-2.eclass # @MAINTAINER: @@ -269,7 +269,7 @@ linguas_support() { || die "sed failed for Linguas" done - strip-linguas ${PLUGIN_LINGUAS} + strip-linguas ${PLUGIN_LINGUAS} en # maintainer check if [[ ! -d po ]]; then |