diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-23 05:06:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-23 05:06:30 +0000 |
commit | 665171c0fed2db0d96b9bdb2092f86eea9d49c35 (patch) | |
tree | e30528e2943c1824ac0e3eff69b85cd5a1119104 /games-strategy | |
parent | Stable for HPPA (bug #258040). (diff) | |
download | gentoo-2-665171c0fed2db0d96b9bdb2092f86eea9d49c35.tar.gz gentoo-2-665171c0fed2db0d96b9bdb2092f86eea9d49c35.tar.bz2 gentoo-2-665171c0fed2db0d96b9bdb2092f86eea9d49c35.zip |
fix S typo
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.6a.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.6a.ebuild b/games-strategy/wesnoth/wesnoth-1.6a.ebuild index 61dccd12a700..a5c11c977d5e 100644 --- a/games-strategy/wesnoth/wesnoth-1.6a.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.6a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6a.ebuild,v 1.1 2009/03/23 02:14:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6a.ebuild,v 1.2 2009/03/23 05:06:30 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils toolchain-funcs flag-o-matic games @@ -31,8 +31,6 @@ DEPEND="${RDEPEND} ) nls? ( sys-devel/gettext )" -S=${WORKDIR}/${PN}-${MY_PV} - src_prepare() { if use dedicated || use server ; then sed \ |