diff options
author | 2006-04-03 16:13:05 +0000 | |
---|---|---|
committer | 2006-04-03 16:13:05 +0000 | |
commit | 2dda3748f24ed525e6e607c215c63538c4430cbd (patch) | |
tree | 28a47b1f65faf681fc9f46ebeeb42f44afd0abd7 /media-sound/grip/grip-3.3.1.ebuild | |
parent | Mask gvim local use flag until netbeans is keyworded for ppc64 (diff) | |
download | gentoo-2-2dda3748f24ed525e6e607c215c63538c4430cbd.tar.gz gentoo-2-2dda3748f24ed525e6e607c215c63538c4430cbd.tar.bz2 gentoo-2-2dda3748f24ed525e6e607c215c63538c4430cbd.zip |
Strip all unsupported LINGUAS values (bug #128453)
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'media-sound/grip/grip-3.3.1.ebuild')
-rw-r--r-- | media-sound/grip/grip-3.3.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/grip/grip-3.3.1.ebuild b/media-sound/grip/grip-3.3.1.ebuild index 10cd54dca9ed..2affcf8c3b07 100644 --- a/media-sound/grip/grip-3.3.1.ebuild +++ b/media-sound/grip/grip-3.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.1.ebuild,v 1.3 2005/12/26 15:05:10 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.1.ebuild,v 1.4 2006/04/03 16:13:05 chutzpah Exp $ inherit gnuconfig flag-o-matic eutils toolchain-funcs @@ -40,6 +40,8 @@ src_compile() { # Bug #69536 [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse" + strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nl pl_PL pt_BR ru zh_CN zh_HK zh_TW + econf \ --disable-dependency-tracking \ $(use_enable nls) || die "./configure failed" |