diff options
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-2.3.1.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.3.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.3.1.ebuild index 89662903b8cb..1150b7f9985c 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.3.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.3.1.ebuild @@ -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/dev-vcs/tortoisehg/tortoisehg-2.3.1.ebuild,v 1.1 2012/04/14 18:43:46 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.3.1.ebuild,v 1.2 2012/04/14 18:49:19 floppym Exp $ EAPI=4 @@ -42,7 +42,7 @@ src_prepare() { if [[ ${LINGUAS+set} ]]; then pushd i18n/tortoisehg > /dev/null || die - local x y + local x y keep for x in *.po; do keep= for y in ${LINGUAS}; do |