diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-23 13:03:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-23 13:03:38 +0000 |
commit | 8e0b47603927d8fa1506e35c868c172c28145c16 (patch) | |
tree | acd9967dd3875dbeb1b2c6dd24d6fc1ceb51ba7f /dev-lang/R/R-2.12.1.ebuild | |
parent | version bump: same as 0.7.1 but with only the new api/abi (diff) | |
download | gentoo-2-8e0b47603927d8fa1506e35c868c172c28145c16.tar.gz gentoo-2-8e0b47603927d8fa1506e35c868c172c28145c16.tar.bz2 gentoo-2-8e0b47603927d8fa1506e35c868c172c28145c16.zip |
Version Bump, #372197
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/R/R-2.12.1.ebuild')
-rw-r--r-- | dev-lang/R/R-2.12.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-lang/R/R-2.12.1.ebuild b/dev-lang/R/R-2.12.1.ebuild index 9b4c9182b50d..98795665a135 100644 --- a/dev-lang/R/R-2.12.1.ebuild +++ b/dev-lang/R/R-2.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.12.1.ebuild,v 1.3 2011/06/22 18:46:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.12.1.ebuild,v 1.4 2011/06/23 13:03:38 jlec Exp $ EAPI=2 @@ -8,14 +8,15 @@ inherit bash-completion eutils flag-o-matic fortran-2 versionator DESCRIPTION="Language and environment for statistical computing and graphics" HOMEPAGE="http://www.r-project.org/" -SRC_URI="mirror://cran/src/base/R-2/${P}.tar.gz +SRC_URI=" + mirror://cran/src/base/R-2/${P}.tar.gz bash-completion? ( mirror://gentoo/R.bash_completion.bz2 )" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="doc java jpeg lapack minimal nls perl png profile readline static-libs threads tk X cairo" +IUSE="cairo doc java jpeg lapack minimal nls perl png profile readline static-libs threads tk X" # common depends CDEPEND=" @@ -53,6 +54,7 @@ RESTRICT="minimal? ( test )" R_DIR=/usr/$(get_libdir)/${PN} pkg_setup() { + fortran-2_pkg_setup filter-ldflags -Wl,-Bdirect -Bdirect # avoid using existing R installation unset R_HOME |