Gentoo Archives: gentoo-commits

From: Chris Reffett <geekboy72@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kfilebox/
Date: Wed, 02 May 2012 22:34:23
Message-Id: 1335997973.b7ee15a6c4242751e27b855748f47fa58551f21e.creffett@gentoo
1 commit: b7ee15a6c4242751e27b855748f47fa58551f21e
2 Author: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
3 AuthorDate: Wed May 2 22:32:31 2012 +0000
4 Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
5 CommitDate: Wed May 2 22:32:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b7ee15a6
7
8 [kde-misc/kfilebox] Remove zh_CN from LANGS since it is not in the 0.4.9 tarball
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 kde-misc/kfilebox/kfilebox-0.4.9.ebuild | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/kde-misc/kfilebox/kfilebox-0.4.9.ebuild b/kde-misc/kfilebox/kfilebox-0.4.9.ebuild
17 index d121b82..67007e2 100644
18 --- a/kde-misc/kfilebox/kfilebox-0.4.9.ebuild
19 +++ b/kde-misc/kfilebox/kfilebox-0.4.9.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=4
23
24 -LANGS="ar br cs de el es fr gl it lt nl pl pt ru si tr zh zh_CN"
25 +LANGS="ar br cs de el es fr gl it lt nl pl pt ru si tr zh"
26 inherit qt4-r2
27
28 MY_P="${PN}_${PV}"