diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-28 18:39:57 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-28 18:39:57 +0100 |
commit | 2d28c5500127fefc4e88fe4069dc25cd8f7d301b (patch) | |
tree | 73c099d5110588d76b88b26374f0108000d2fc4c /sci-mathematics/jags | |
parent | sci-mathematics/jags Version bump (solves bug #562644). (diff) | |
download | gentoo-2d28c5500127fefc4e88fe4069dc25cd8f7d301b.tar.gz gentoo-2d28c5500127fefc4e88fe4069dc25cd8f7d301b.tar.bz2 gentoo-2d28c5500127fefc4e88fe4069dc25cd8f7d301b.zip |
sci-mathematics/jags: QA: formating and usex() usage
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r-- | sci-mathematics/jags/jags-4.0.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/jags/jags-4.0.0.ebuild b/sci-mathematics/jags/jags-4.0.0.ebuild index a790fd62f361..83f58091b8d8 100644 --- a/sci-mathematics/jags/jags-4.0.0.ebuild +++ b/sci-mathematics/jags/jags-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,11 +11,11 @@ MYP="JAGS-${PV}" DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation" HOMEPAGE="http://mcmc-jags.sourceforge.net/" SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/4.x/Source/${MYP}.tar.gz" -LICENSE="GPL-2" -IUSE="doc" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc" RDEPEND=" virtual/blas @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} doc? ( virtual/latex-base dev-texlive/texlive-latexextra - )" + )" S="${WORKDIR}/${MYP}" @@ -38,7 +38,7 @@ src_configure() { } src_compile() { - autotools-utils_src_compile all $(use doc && echo docs) + autotools-utils_src_compile all $(usex doc docs "") } src_install() { |