summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-09-13 02:33:48 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-09-13 02:33:48 +0000
commit2f2b8c65fe1925dcb3d52ab7f13dd2f5c2c71028 (patch)
tree46b8d2b6e3f75b1c1776c7614baa224c8634bd06 /games-strategy
parentBackport connection-hang-fix from 2.4 (diff)
downloadgentoo-2-2f2b8c65fe1925dcb3d52ab7f13dd2f5c2c71028.tar.gz
gentoo-2-2f2b8c65fe1925dcb3d52ab7f13dd2f5c2c71028.tar.bz2
gentoo-2-2f2b8c65fe1925dcb3d52ab7f13dd2f5c2c71028.zip
Whitespace
(Portage version: 2.2.3/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/ChangeLog5
-rw-r--r--games-strategy/wesnoth/wesnoth-1.10.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog
index 1f15c8adc851..200ee39d286c 100644
--- a/games-strategy/wesnoth/ChangeLog
+++ b/games-strategy/wesnoth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/wesnoth
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.230 2013/09/12 21:06:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.231 2013/09/13 02:33:48 patrick Exp $
+
+ 13 Sep 2013; Patrick Lauer <patrick@gentoo.org> wesnoth-1.10.7.ebuild:
+ Whitespace
12 Sep 2013; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.10.7.ebuild:
respect LINGUAS (bug #483316)
diff --git a/games-strategy/wesnoth/wesnoth-1.10.7.ebuild b/games-strategy/wesnoth/wesnoth-1.10.7.ebuild
index e1dbb7201f0c..20df3aa64980 100644
--- a/games-strategy/wesnoth/wesnoth-1.10.7.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.10.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.7.ebuild,v 1.2 2013/09/12 21:06:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.7.ebuild,v 1.3 2013/09/13 02:33:48 patrick Exp $
EAPI=5
inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games
@@ -71,7 +71,7 @@ src_prepare() {
for lang in $(cat po/LINGUAS)
do
has $lang $LINGUAS && langs+="$lang "
- done
+ done
echo "$langs" > po/LINGUAS || die
fi
}