summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2012-12-01 03:03:01 +0000
committerThomas Kahle <tomka@gentoo.org>2012-12-01 03:03:01 +0000
commit0005f25287f26dc5b3e2dc42cbf531da391a236a (patch)
treeec3c55b7a5a64487a9a0ac00719822f097e8c5af /sci-mathematics/jags
parentFix installation of docs (bug 443844). Thanks Ian Abbott (diff)
downloadgentoo-2-0005f25287f26dc5b3e2dc42cbf531da391a236a.tar.gz
gentoo-2-0005f25287f26dc5b3e2dc42cbf531da391a236a.tar.bz2
gentoo-2-0005f25287f26dc5b3e2dc42cbf531da391a236a.zip
marked x86 per bug 444058
(Portage version: 2.1.11.32/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r--sci-mathematics/jags/ChangeLog5
-rw-r--r--sci-mathematics/jags/jags-3.3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog
index ce083d5c2b58..ebe13b373c1b 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.10 2012/11/26 20:03:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.11 2012/12/01 03:03:01 tomka Exp $
+
+ 01 Dec 2012; Thomas Kahle <tomka@gentoo.org> jags-3.3.0.ebuild:
+ marked x86 per bug 444058
26 Nov 2012; Agostino Sarubbo <ago@gentoo.org> jags-3.3.0.ebuild:
Stable for amd64, wrt bug #444058
diff --git a/sci-mathematics/jags/jags-3.3.0.ebuild b/sci-mathematics/jags/jags-3.3.0.ebuild
index 8a2e974e3278..d476a03ae98e 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.2 2012/11/26 20:03:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.3.0.ebuild,v 1.3 2012/12/01 03:03:01 tomka 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"