summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-04 07:46:51 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-04 07:46:51 +0000
commit4db83a0577838eba2e16eab6705cc29220fefda1 (patch)
tree11d01487d95186dcb2655efbb9ba2680abe4fe2f /sci-mathematics/jags
parentUse virtual/pkgconfig. (diff)
downloadhistorical-4db83a0577838eba2e16eab6705cc29220fefda1.tar.gz
historical-4db83a0577838eba2e16eab6705cc29220fefda1.tar.bz2
historical-4db83a0577838eba2e16eab6705cc29220fefda1.zip
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r--sci-mathematics/jags/ChangeLog5
-rw-r--r--sci-mathematics/jags/jags-3.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog
index dfd4d84a9564..0433b09bab4e 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.7 2012/02/10 22:09:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.8 2012/05/04 07:46:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> jags-3.2.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
10 Feb 2012; Agostino Sarubbo <ago@gentoo.org> jags-3.2.0.ebuild:
Stable for amd64, wrt bug #402953
diff --git a/sci-mathematics/jags/jags-3.2.0.ebuild b/sci-mathematics/jags/jags-3.2.0.ebuild
index 2ce5a8dc9507..375f92b82630 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.3 2012/02/10 22:09:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.2.0.ebuild,v 1.4 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
inherit autotools-utils
@@ -19,7 +19,7 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
RDEPEND="virtual/blas
virtual/lapack"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
doc? ( virtual/latex-base
dev-texlive/texlive-latexextra
)"