summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Grant (dgrant) <davidgrant@gmail.com>2006-09-24 20:23:21 +0000
committerDavid Grant (dgrant) <davidgrant@gmail.com>2006-09-24 20:23:21 +0000
commit04f7410a768549707fe0f7a88347da11c2eda813 (patch)
tree5144ed0fb7e1a55ba25188c0d153c9059d554b4a /dev-python/pysparse/pysparse-0.34.032.ebuild
parentdev-python/numptr: quoted S variable (diff)
downloadsunrise-04f7410a768549707fe0f7a88347da11c2eda813.tar.gz
sunrise-04f7410a768549707fe0f7a88347da11c2eda813.tar.bz2
sunrise-04f7410a768549707fe0f7a88347da11c2eda813.zip
dev-python/pysparse: cleaned up keywords, quoted epatch argument
svn path=/sunrise/; revision=1326
Diffstat (limited to 'dev-python/pysparse/pysparse-0.34.032.ebuild')
-rw-r--r--dev-python/pysparse/pysparse-0.34.032.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysparse/pysparse-0.34.032.ebuild b/dev-python/pysparse/pysparse-0.34.032.ebuild
index c675520f7..96499ab3b 100644
--- a/dev-python/pysparse/pysparse-0.34.032.ebuild
+++ b/dev-python/pysparse/pysparse-0.34.032.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://people.web.psi.ch/geus/pyfemax/pysparse.html"
IUSE=""
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+KEYWORDS="~x86"
LICENSE="as-is"
DEPEND=">=dev-lang/python-2.2
@@ -22,5 +22,5 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/${P}.patch
+ epatch "${FILESDIR}/${P}.patch"
}