diff options
author | 2012-08-15 02:40:47 +0000 | |
---|---|---|
committer | 2012-08-15 02:40:47 +0000 | |
commit | bfe11110ce3d0c9cb26d06373109641d093ca912 (patch) | |
tree | 18b231ff71c1259d87ce160ed7ae9224c6439280 /games-emulation/fbzx/fbzx-2.10.0.ebuild | |
parent | Stable for HPPA (bug #431206). (diff) | |
download | historical-bfe11110ce3d0c9cb26d06373109641d093ca912.tar.gz historical-bfe11110ce3d0c9cb26d06373109641d093ca912.tar.bz2 historical-bfe11110ce3d0c9cb26d06373109641d093ca912.zip |
add patch from Chris Mayo to fix keyboard icon (bug #431418)
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'games-emulation/fbzx/fbzx-2.10.0.ebuild')
-rw-r--r-- | games-emulation/fbzx/fbzx-2.10.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-emulation/fbzx/fbzx-2.10.0.ebuild b/games-emulation/fbzx/fbzx-2.10.0.ebuild index b6d88c80b059..2ae94ac95c91 100644 --- a/games-emulation/fbzx/fbzx-2.10.0.ebuild +++ b/games-emulation/fbzx/fbzx-2.10.0.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/games-emulation/fbzx/fbzx-2.10.0.ebuild,v 1.1 2012/08/11 21:23:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-2.10.0.ebuild,v 1.2 2012/08/15 02:40:47 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -22,7 +22,9 @@ DEPEND="${RDEPEND} src_prepare() { sed -i -e "s|/usr/share/|${GAMES_DATADIR}/${PN}/|g" emulator.c || die - epatch "${FILESDIR}"/${P}-build.patch + epatch \ + "${FILESDIR}"/${P}-build.patch \ + "${FILESDIR}"/${P}-keyboard.patch } src_install() { |