diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-18 13:13:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-18 13:13:04 +0000 |
commit | 2bd3595d75f32d072f3cda2bb5df209cfb420da0 (patch) | |
tree | a77c3121cac70a1144a558410fd1cd88d8de5d1c /dev-python/rpy/rpy-0.3.5.ebuild | |
parent | ver bump (Manifest recommit) (diff) | |
download | gentoo-2-2bd3595d75f32d072f3cda2bb5df209cfb420da0.tar.gz gentoo-2-2bd3595d75f32d072f3cda2bb5df209cfb420da0.tar.bz2 gentoo-2-2bd3595d75f32d072f3cda2bb5df209cfb420da0.zip |
added dev-lang/R dep and fix to find libR properly
Diffstat (limited to 'dev-python/rpy/rpy-0.3.5.ebuild')
-rw-r--r-- | dev-python/rpy/rpy-0.3.5.ebuild | 12 |
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 |