From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B61E71388C1 for ; Sat, 28 Nov 2015 17:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CC5621C0FA; Sat, 28 Nov 2015 17:41:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC03921C0FB for ; Sat, 28 Nov 2015 17:41:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7296F340896 for ; Sat, 28 Nov 2015 17:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50D92A50 for ; Sat, 28 Nov 2015 17:41:35 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448732397.2d28c5500127fefc4e88fe4069dc25cd8f7d301b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/jags/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/jags/jags-4.0.0.ebuild X-VCS-Directories: sci-mathematics/jags/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2d28c5500127fefc4e88fe4069dc25cd8f7d301b X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:41:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 193ee515-9a70-4736-add9-df9f1074a6be X-Archives-Hash: 7be9999d6d5c9170d2dca3687b78390b commit: 2d28c5500127fefc4e88fe4069dc25cd8f7d301b Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 28 17:39:57 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 28 17:39:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d28c550 sci-mathematics/jags: QA: formating and usex() usage Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> sci-mathematics/jags/jags-4.0.0.ebuild | 12 ++++++------ 1 file 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 a790fd6..83f5809 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() {