diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-14 05:57:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-14 05:57:19 +0000 |
commit | 928f5f2fe5bf0a98d3450a9e1f348baf710fd40c (patch) | |
tree | 5037aa7261e317d0a1a581709ee54f408059020b /games-util/loki_patch | |
parent | quoting (diff) | |
download | historical-928f5f2fe5bf0a98d3450a9e1f348baf710fd40c.tar.gz historical-928f5f2fe5bf0a98d3450a9e1f348baf710fd40c.tar.bz2 historical-928f5f2fe5bf0a98d3450a9e1f348baf710fd40c.zip |
quoting
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-util/loki_patch')
-rw-r--r-- | games-util/loki_patch/loki_patch-20050324.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-util/loki_patch/loki_patch-20050324.ebuild b/games-util/loki_patch/loki_patch-20050324.ebuild index 46770c64686c..52fc034fb873 100644 --- a/games-util/loki_patch/loki_patch-20050324.ebuild +++ b/games-util/loki_patch/loki_patch-20050324.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20050324.ebuild,v 1.4 2008/01/15 21:53:38 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20050324.ebuild,v 1.5 2008/02/14 05:57:18 mr_bones_ Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc amd64" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="=dev-util/xdelta-1* @@ -19,8 +19,9 @@ RDEPEND="games-util/loki_setupdb" src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-amd64.patch - epatch ${FILESDIR}/${P}-gcc4.patch + epatch \ + "${FILESDIR}"/${P}-amd64.patch \ + "${FILESDIR}"/${P}-gcc4.patch } src_compile() { |