summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/rkward/ChangeLog5
-rw-r--r--sci-mathematics/rkward/rkward-0.4.7.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/rkward/ChangeLog b/sci-mathematics/rkward/ChangeLog
index 697acd97088c..aa9abb811e4b 100644
--- a/sci-mathematics/rkward/ChangeLog
+++ b/sci-mathematics/rkward/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/rkward
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.1 2007/04/23 14:37:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.2 2007/04/27 08:33:14 bicatali Exp $
+
+ 27 Apr 2007; Sébastien Fabbro <bicatali@gentoo.org> rkward-0.4.7.ebuild:
+ fixed for multilib, thanks to carlo for pointing that out.
*rkward-0.4.7 (23 Apr 2007)
diff --git a/sci-mathematics/rkward/rkward-0.4.7.ebuild b/sci-mathematics/rkward/rkward-0.4.7.ebuild
index 75bce82fe075..1d3904a17a5e 100644
--- a/sci-mathematics/rkward/rkward-0.4.7.ebuild
+++ b/sci-mathematics/rkward/rkward-0.4.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.4.7.ebuild,v 1.1 2007/04/23 14:37:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.4.7.ebuild,v 1.2 2007/04/27 08:33:14 bicatali Exp $
ARTS_REQUIRED="never"
@@ -21,7 +21,7 @@ RDEPEND="${DEPEND} dev-lang/php"
src_install() {
kde_src_install
# already provided by R
- rm -f ${D}/usr/lib/R/library/R.css
+ rm -f "${D}"/usr/$(get_libdir)/R/library/R.css
# already provided by kdelibs
- rm -f ${D}/share/apps/katepart/syntax/r.xml
+ rm -f "${D}"/share/apps/katepart/syntax/r.xml
}