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
commit1e67413a8d2fdae15ffe325da6d0ea81c6c47438 (patch)
tree1e3bedea37010b2dff4fae1217c2a68ce3c55657 /sci-mathematics/jags
parentUse virtual/pkgconfig. (diff)
downloadgentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.gz
gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.bz2
gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.zip
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 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
)"