diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-13 12:06:12 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-13 12:06:12 +0000 |
commit | d2a14108333709621ea53299dfd0ca0a476bf532 (patch) | |
tree | 6ddd98e3d8e86205cd2b72840b42a33bca12fbeb /dev-lang/R/R-1.8.1.ebuild | |
parent | ~amd64 (diff) | |
download | gentoo-2-d2a14108333709621ea53299dfd0ca0a476bf532.tar.gz gentoo-2-d2a14108333709621ea53299dfd0ca0a476bf532.tar.bz2 gentoo-2-d2a14108333709621ea53299dfd0ca0a476bf532.zip |
Version bump, added write permission for /var/cache/fonts
Diffstat (limited to 'dev-lang/R/R-1.8.1.ebuild')
-rw-r--r-- | dev-lang/R/R-1.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/R/R-1.8.1.ebuild b/dev-lang/R/R-1.8.1.ebuild index 16e039cde181..9e8988bae36d 100644 --- a/dev-lang/R/R-1.8.1.ebuild +++ b/dev-lang/R/R-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.8.1.ebuild,v 1.4 2004/04/01 09:43:28 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.8.1.ebuild,v 1.5 2004/04/13 12:06:12 phosphan Exp $ IUSE="atlas X tcltk gnome" @@ -46,7 +46,7 @@ src_unpack() { } src_compile() { - + addwrite "/var/cache/fonts" local myconf="--enable-R-profiling --enable-R-shlib --with-readline" #Eventually, we will want to take into account that a user may have |