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 | 7bf9a87018f2fad1fa63c8b8c74faf6787cd96d3 (patch) | |
tree | e02b1f6d2331a766fe7405f2c7fa735a6816098b /games-util/loki_patch | |
parent | quoting (diff) | |
download | gentoo-2-7bf9a87018f2fad1fa63c8b8c74faf6787cd96d3.tar.gz gentoo-2-7bf9a87018f2fad1fa63c8b8c74faf6787cd96d3.tar.bz2 gentoo-2-7bf9a87018f2fad1fa63c8b8c74faf6787cd96d3.zip |
quoting
(Portage version: 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() { |