diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-26 20:03:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-26 20:03:54 +0000 |
commit | bffae200d4700d30d6ebbfc0947add542612025c (patch) | |
tree | 30ec9a0b66b6d397cfc34adadde046cb3d066793 /sci-mathematics/jags | |
parent | Add suggestion to install devhelp, bug #416495. (diff) | |
download | gentoo-2-bffae200d4700d30d6ebbfc0947add542612025c.tar.gz gentoo-2-bffae200d4700d30d6ebbfc0947add542612025c.tar.bz2 gentoo-2-bffae200d4700d30d6ebbfc0947add542612025c.zip |
Stable for amd64, wrt bug #444058
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r-- | sci-mathematics/jags/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/jags/jags-3.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog index 8caadb3ba7a9..ce083d5c2b58 100644 --- a/sci-mathematics/jags/ChangeLog +++ b/sci-mathematics/jags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/jags # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.9 2012/10/15 18:45:41 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.10 2012/11/26 20:03:54 ago Exp $ + + 26 Nov 2012; Agostino Sarubbo <ago@gentoo.org> jags-3.3.0.ebuild: + Stable for amd64, wrt bug #444058 *jags-3.3.0 (15 Oct 2012) diff --git a/sci-mathematics/jags/jags-3.3.0.ebuild b/sci-mathematics/jags/jags-3.3.0.ebuild index c236db5d7122..8a2e974e3278 100644 --- a/sci-mathematics/jags/jags-3.3.0.ebuild +++ b/sci-mathematics/jags/jags-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.3.0.ebuild,v 1.1 2012/10/15 18:45:41 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.3.0.ebuild,v 1.2 2012/11/26 20:03:54 ago Exp $ EAPI=4 inherit autotools-utils @@ -14,7 +14,7 @@ LICENSE="GPL-2" IUSE="doc" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="virtual/blas virtual/lapack" |