Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/jags/
Date: Sat, 28 Nov 2015 17:41:40
Message-Id: 1448732397.2d28c5500127fefc4e88fe4069dc25cd8f7d301b.jlec@gentoo
1 commit: 2d28c5500127fefc4e88fe4069dc25cd8f7d301b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 17:39:57 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 17:39:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d28c550
7
8 sci-mathematics/jags: QA: formating and usex() usage
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-mathematics/jags/jags-4.0.0.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-mathematics/jags/jags-4.0.0.ebuild b/sci-mathematics/jags/jags-4.0.0.ebuild
17 index a790fd6..83f5809 100644
18 --- a/sci-mathematics/jags/jags-4.0.0.ebuild
19 +++ b/sci-mathematics/jags/jags-4.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -11,11 +11,11 @@ MYP="JAGS-${PV}"
27 DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation"
28 HOMEPAGE="http://mcmc-jags.sourceforge.net/"
29 SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/4.x/Source/${MYP}.tar.gz"
30 -LICENSE="GPL-2"
31 -IUSE="doc"
32
33 SLOT="0"
34 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
35 +LICENSE="GPL-2"
36 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 +IUSE="doc"
38
39 RDEPEND="
40 virtual/blas
41 @@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
42 doc? (
43 virtual/latex-base
44 dev-texlive/texlive-latexextra
45 - )"
46 + )"
47
48 S="${WORKDIR}/${MYP}"
49
50 @@ -38,7 +38,7 @@ src_configure() {
51 }
52
53 src_compile() {
54 - autotools-utils_src_compile all $(use doc && echo docs)
55 + autotools-utils_src_compile all $(usex doc docs "")
56 }
57
58 src_install() {