diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/jags/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/jags/jags-3.2.0.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog index f5748f91292d..a725f2de0b0d 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.5 2012/01/04 04:58:21 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.6 2012/02/10 18:25:19 tomka Exp $ + + 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 *jags-3.2.0 (04 Jan 2012) diff --git a/sci-mathematics/jags/jags-3.2.0.ebuild b/sci-mathematics/jags/jags-3.2.0.ebuild index ed868ba2ec52..97ccead67916 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.1 2012/01/04 04:58:21 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.2.0.ebuild,v 1.2 2012/02/10 18:25:19 tomka Exp $ EAPI=4 inherit autotools-utils @@ -14,13 +14,15 @@ 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" DEPEND="${RDEPEND} dev-util/pkgconfig - doc? ( virtual/latex-base )" + doc? ( virtual/latex-base + dev-texlive/texlive-latexextra + )" S="${WORKDIR}/${MYP}" |