summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-07-21 15:23:36 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-07-21 15:23:36 +0000
commit729b6ae3870b7a829e9cb3209fc3faa0392247e0 (patch)
treecaee8b7c3dff873d217cdd557ea53308bab71ef6 /media-video
parentMark stable for all; Drop old. (diff)
downloadgentoo-2-729b6ae3870b7a829e9cb3209fc3faa0392247e0.tar.gz
gentoo-2-729b6ae3870b7a829e9cb3209fc3faa0392247e0.tar.bz2
gentoo-2-729b6ae3870b7a829e9cb3209fc3faa0392247e0.zip
Update live ebuild as well to match last change done in 1.2_pre for linguas zh
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mplayer/ChangeLog4
-rw-r--r--media-video/mplayer/mplayer-9999.ebuild3
2 files changed, 4 insertions, 3 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog
index 6c3f43aae19c..3aa50648e3d0 100644
--- a/media-video/mplayer/ChangeLog
+++ b/media-video/mplayer/ChangeLog
@@ -1,9 +1,9 @@
# ChangeLog for media-video/mplayer
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.915 2014/07/21 15:20:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.916 2014/07/21 15:23:36 ssuominen Exp $
21 Jul 2014; Samuli Suominen <ssuominen@gentoo.org>
- mplayer-1.2_pre20130729.ebuild:
+ mplayer-1.2_pre20130729.ebuild, mplayer-9999.ebuild:
Fix building with LINGUAS="zh" by replacing it with LINGUAS="zh_CN" which is
the only "zh" language supported by mplayer wrt #482968 by "Hamlet"
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
index 2b9e832da6f8..bba8c827a067 100644
--- a/media-video/mplayer/mplayer-9999.ebuild
+++ b/media-video/mplayer/mplayer-9999.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/media-video/mplayer/mplayer-9999.ebuild,v 1.157 2014/07/21 15:07:41 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.158 2014/07/21 15:23:36 ssuominen Exp $
EAPI=5
@@ -268,6 +268,7 @@ src_configure() {
# set LINGUAS
[[ -n $LINGUAS ]] && LINGUAS="${LINGUAS/da/dk}"
+ [[ -n $LINGUAS ]] && LINGUAS="${LINGUAS/zh/zh_CN}" #482968
# mplayer ebuild uses "use foo || --disable-foo" to forcibly disable
# compilation in almost every situation. The reason for this is