summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-12-24 19:27:40 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-12-24 19:27:40 +0000
commit5aba662de6b8da131c9f0cacfe730d49d9f1a859 (patch)
treefe0594eff2d324fb67117977bf20af1dc5cc57e0 /sci-calculators/gonvert
parentRemove autoconf line for bug 101658. (diff)
downloadgentoo-2-5aba662de6b8da131c9f0cacfe730d49d9f1a859.tar.gz
gentoo-2-5aba662de6b8da131c9f0cacfe730d49d9f1a859.tar.bz2
gentoo-2-5aba662de6b8da131c9f0cacfe730d49d9f1a859.zip
Adding ~x86
(Portage version: 2.1_pre1)
Diffstat (limited to 'sci-calculators/gonvert')
-rw-r--r--sci-calculators/gonvert/ChangeLog5
-rw-r--r--sci-calculators/gonvert/gonvert-0.2.12.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-calculators/gonvert/ChangeLog b/sci-calculators/gonvert/ChangeLog
index 5bfbfde01404..e083bbbab395 100644
--- a/sci-calculators/gonvert/ChangeLog
+++ b/sci-calculators/gonvert/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/gonvert
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.2 2005/12/24 19:22:47 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.3 2005/12/24 19:27:40 halcy0n Exp $
+
+ 24 Dec 2005; Mark Loeser <halcy0n@gentoo.org> gonvert-0.2.12.ebuild:
+ Adding ~x86
24 Dec 2005; <chainsaw@gentoo.org> gonvert-0.2.12.ebuild:
No longer necessary to die on USE="-gnome" with pygtk-2.8.2 and up.
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 () {