summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/gsl-shell')
-rw-r--r--sci-mathematics/gsl-shell/ChangeLog5
-rw-r--r--sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/gsl-shell/ChangeLog b/sci-mathematics/gsl-shell/ChangeLog
index 33ea3f2de715..1c0ec79e1838 100644
--- a/sci-mathematics/gsl-shell/ChangeLog
+++ b/sci-mathematics/gsl-shell/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/gsl-shell
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gsl-shell/ChangeLog,v 1.8 2013/02/21 14:12:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gsl-shell/ChangeLog,v 1.9 2013/02/27 15:07:24 jlec Exp $
+
+ 27 Feb 2013; Justin Lecher <jlec@gentoo.org> gsl-shell-2.2.0.ebuild:
+ Add missing dep on virtual/pkgconfig
21 Feb 2013; Justin Lecher <jlec@gentoo.org> gsl-shell-2.2.0.ebuild,
metadata.xml:
diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild
index 632f6b3f12e5..368831376059 100644
--- a/sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild
+++ b/sci-mathematics/gsl-shell/gsl-shell-2.2.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/gsl-shell/gsl-shell-2.2.0.ebuild,v 1.3 2013/02/21 14:12:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild,v 1.4 2013/02/27 15:07:24 jlec Exp $
EAPI=4
@@ -15,16 +15,17 @@ LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
IUSE="doc fox"
-DEPEND="
+RDEPEND="
>=sci-libs/gsl-1.14
virtual/blas
>=x11-libs/agg-2.5
>=media-libs/freetype-2.4.10
sys-libs/readline
|| ( media-fonts/ubuntu-font-family media-fonts/freefont media-fonts/dejavu )
- doc? ( dev-python/sphinx[latex] )
fox? ( x11-libs/fox:1.6 )"
-RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+ virtual/pkgconfig
+ doc? ( dev-python/sphinx[latex] )"
S="${WORKDIR}"/${PN}