diff options
-rw-r--r-- | sci-mathematics/jags/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/jags/jags-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog index a725f2de0b0d..dfd4d84a9564 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.6 2012/02/10 18:25:19 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.7 2012/02/10 22:09:54 ago Exp $ + + 10 Feb 2012; Agostino Sarubbo <ago@gentoo.org> jags-3.2.0.ebuild: + Stable for amd64, wrt bug #402953 10 Feb 2012; Thomas Kahle <tomka@gentoo.org> jags-3.2.0.ebuild: added missing dep for doc USE-flag, x86 stable per bug 402953 diff --git a/sci-mathematics/jags/jags-3.2.0.ebuild b/sci-mathematics/jags/jags-3.2.0.ebuild index 97ccead67916..2ce5a8dc9507 100644 --- a/sci-mathematics/jags/jags-3.2.0.ebuild +++ b/sci-mathematics/jags/jags-3.2.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.2.0.ebuild,v 1.2 2012/02/10 18:25:19 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.2.0.ebuild,v 1.3 2012/02/10 22:09: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" |