diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 14:43:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 14:43:35 +0000 |
commit | edbd3424527c42c5d0e4383114c15e3143e61b2c (patch) | |
tree | e9a77f9b481c573bdc038a6b6b9da914cd8c75fb /dev-lang | |
parent | Fix build issue, bug#494940 (diff) | |
download | gentoo-2-edbd3424527c42c5d0e4383114c15e3143e61b2c.tar.gz gentoo-2-edbd3424527c42c5d0e4383114c15e3143e61b2c.tar.bz2 gentoo-2-edbd3424527c42c5d0e4383114c15e3143e61b2c.zip |
Stable for ppc64, wrt bug #437508
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-3.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index 43178e169a2b..8bc6a90c3665 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/R # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.226 2013/12/21 18:12:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.227 2013/12/22 14:43:35 ago Exp $ + + 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> R-3.0.1.ebuild: + Stable for ppc64, wrt bug #437508 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> R-3.0.1.ebuild: Stable for ppc, wrt bug #437508 diff --git a/dev-lang/R/R-3.0.1.ebuild b/dev-lang/R/R-3.0.1.ebuild index 2583fa8ea5ff..9d5ce844df21 100644 --- a/dev-lang/R/R-3.0.1.ebuild +++ b/dev-lang/R/R-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.1.ebuild,v 1.9 2013/12/21 18:12:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.1.ebuild,v 1.10 2013/12/22 14:43:35 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="bash-completion cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs tiff tk X" REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( cairo X ) )" |