summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-04-27 08:33:14 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-04-27 08:33:14 +0000
commitf90f9edf4eb2f78793abf90102a6763cda338db2 (patch)
tree9a3e8fd10a03fed8c5e0b72262250a326dccd8cd /sci-mathematics
parentRemove unused revision. (diff)
downloadgentoo-2-f90f9edf4eb2f78793abf90102a6763cda338db2.tar.gz
gentoo-2-f90f9edf4eb2f78793abf90102a6763cda338db2.tar.bz2
gentoo-2-f90f9edf4eb2f78793abf90102a6763cda338db2.zip
fixed for multilib, thanks to carlo for pointing that out.
(Portage version: 2.1.2.2)
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
}