diff options
Diffstat (limited to 'games-rpg/tmw/tmw-0.0.29.1.ebuild')
-rw-r--r-- | games-rpg/tmw/tmw-0.0.29.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-rpg/tmw/tmw-0.0.29.1.ebuild b/games-rpg/tmw/tmw-0.0.29.1.ebuild index 69dbd418a16a..9202e7ff4f37 100644 --- a/games-rpg/tmw/tmw-0.0.29.1.ebuild +++ b/games-rpg/tmw/tmw-0.0.29.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.29.1.ebuild,v 1.2 2009/09/30 19:50:14 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.29.1.ebuild,v 1.3 2010/01/05 17:28:24 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls opengl" -PATCHES=( "${FILESDIR}"/${P}-desktop.patch ) RDEPEND=">=dev-games/physfs-1.0.0 dev-libs/libxml2 @@ -39,6 +38,7 @@ src_prepare() { -e '/^SUBDIRS/s/fonts//' \ data/Makefile.in \ || die "sed failed" + epatch "${FILESDIR}"/${P}-desktop.patch } src_configure() { |