summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rpy/rpy-0.3.5.ebuild')
-rw-r--r--dev-python/rpy/rpy-0.3.5.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/dev-python/rpy/rpy-0.3.5.ebuild b/dev-python/rpy/rpy-0.3.5.ebuild
index 871c393b2766..9d7119639d98 100644
--- a/dev-python/rpy/rpy-0.3.5.ebuild
+++ b/dev-python/rpy/rpy-0.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-0.3.5.ebuild,v 1.3 2004/06/25 01:49:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-0.3.5.ebuild,v 1.4 2004/10/18 13:13:04 liquidx Exp $
inherit distutils
@@ -11,4 +11,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="virtual/python"
+DEPEND="virtual/python
+ dev-lang/R"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -e "s#^r_libs = .*#r_libs = '/usr/lib/R/lib'#" \
+ -i ${S}/setup.py
+} \ No newline at end of file