diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-02-25 18:09:37 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-02-25 18:09:37 +0000 |
commit | 1d1d363b3e4f152a9701c54a88d10eaab2339715 (patch) | |
tree | b3f97a5f4fd4b0dbaa1fce697af92c6d14b45645 /sci-mathematics/jags | |
parent | depend virtual/jpeg (diff) | |
download | gentoo-2-1d1d363b3e4f152a9701c54a88d10eaab2339715.tar.gz gentoo-2-1d1d363b3e4f152a9701c54a88d10eaab2339715.tar.bz2 gentoo-2-1d1d363b3e4f152a9701c54a88d10eaab2339715.zip |
Marked ~amd64-linux and ~x86-linux, bug #355983
(Portage version: 2.2.01.17901-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r-- | sci-mathematics/jags/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/jags/jags-2.2.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog index 2a40dc5a21dc..4889fb9b6932 100644 --- a/sci-mathematics/jags/ChangeLog +++ b/sci-mathematics/jags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/jags # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.1 2011/02/12 11:50:38 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.2 2011/02/25 18:09:37 grobian Exp $ + + 25 Feb 2011; Fabian Groffen <grobian@gentoo.org> jags-2.2.0.ebuild: + Marked ~amd64-linux and ~x86-linux, bug #355983 12 Feb 2011; Thomas Kahle <tomka@gentoo.org> +jags-2.2.0.ebuild, +metadata.xml: diff --git a/sci-mathematics/jags/jags-2.2.0.ebuild b/sci-mathematics/jags/jags-2.2.0.ebuild index f6d60b41af47..e9e5f81b37a0 100644 --- a/sci-mathematics/jags/jags-2.2.0.ebuild +++ b/sci-mathematics/jags/jags-2.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-2.2.0.ebuild,v 1.1 2011/02/12 11:50:38 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-2.2.0.ebuild,v 1.2 2011/02/25 18:09:37 grobian Exp $ -EAPI=2 +EAPI=3 inherit autotools-utils MYP="JAGS-${PV}" @@ -14,7 +14,7 @@ LICENSE="GPL-2" IUSE="" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="virtual/blas virtual/lapack" |