summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2013-10-14 17:49:20 +0000
committerTony Vroon <chainsaw@gentoo.org>2013-10-14 17:49:20 +0000
commit0f932d120ef52a7aeb8efc54a9ab059cef0d05ae (patch)
treea1371f3504e08e67ffff09044a53e74644618985 /sci-mathematics/jags
parentExplicitly call einstalldocs in multilib_src_install_all() to accomodate bug ... (diff)
downloadgentoo-2-0f932d120ef52a7aeb8efc54a9ab059cef0d05ae.tar.gz
gentoo-2-0f932d120ef52a7aeb8efc54a9ab059cef0d05ae.tar.bz2
gentoo-2-0f932d120ef52a7aeb8efc54a9ab059cef0d05ae.zip
Quote variable and mark stable on AMD64, as per arch tester report by Elijah "Armageddon" El Lazkani in bug #487024.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r--sci-mathematics/jags/ChangeLog6
-rw-r--r--sci-mathematics/jags/jags-3.4.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog
index 3418cfe9ba79..f3d0926049e1 100644
--- a/sci-mathematics/jags/ChangeLog
+++ b/sci-mathematics/jags/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/jags
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.14 2013/09/04 19:03:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.15 2013/10/14 17:49:20 chainsaw Exp $
+
+ 14 Oct 2013; Tony Vroon <chainsaw@gentoo.org> jags-3.4.0.ebuild:
+ Quote variable and mark stable on AMD64, as per arch tester report by Elijah
+ "Armageddon" El Lazkani in bug #487024.
*jags-3.4.0 (04 Sep 2013)
diff --git a/sci-mathematics/jags/jags-3.4.0.ebuild b/sci-mathematics/jags/jags-3.4.0.ebuild
index 7afacf248f1a..d210cf1a28e9 100644
--- a/sci-mathematics/jags/jags-3.4.0.ebuild
+++ b/sci-mathematics/jags/jags-3.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.4.0.ebuild,v 1.1 2013/09/04 19:03:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.4.0.ebuild,v 1.2 2013/10/14 17:49:20 chainsaw Exp $
EAPI=5
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
IUSE="doc"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
virtual/blas
@@ -43,5 +43,5 @@ src_compile() {
src_install() {
autotools-utils_src_install
- use doc && dodoc ${BUILD_DIR}/doc/manual/*.pdf
+ use doc && dodoc "${BUILD_DIR}"/doc/manual/*.pdf
}