diff options
Diffstat (limited to 'sci-calculators/gonvert/gonvert-0.2.12.ebuild')
-rw-r--r-- | sci-calculators/gonvert/gonvert-0.2.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-calculators/gonvert/gonvert-0.2.12.ebuild b/sci-calculators/gonvert/gonvert-0.2.12.ebuild index c1210f7b7f5e..c56199c80d73 100644 --- a/sci-calculators/gonvert/gonvert-0.2.12.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.12.ebuild,v 1.2 2005/12/24 19:22:47 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.12.ebuild,v 1.3 2005/12/24 19:27:40 halcy0n Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://unihedron.com/projects/gonvert/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-python/pygtk-2.8.2" @@ -18,7 +18,7 @@ DEPEND=">=dev-python/pygtk-2.8.2" src_unpack () { unpack ${A} cd ${S} - epatch ${FILESDIR}/${PV}-about.patch || die + epatch "${FILESDIR}"/${PV}-about.patch } src_install () { |