diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-27 15:07:24 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-27 15:07:24 +0000 |
commit | 23e78c56ef1569963cc9118439d0a68ae838034d (patch) | |
tree | c3e1c8449c4a2f5f866b24bb984135173dbda9c3 /sci-mathematics | |
parent | sci-libs/punc: Detect superlu via pkg-config (diff) | |
download | gentoo-2-23e78c56ef1569963cc9118439d0a68ae838034d.tar.gz gentoo-2-23e78c56ef1569963cc9118439d0a68ae838034d.tar.bz2 gentoo-2-23e78c56ef1569963cc9118439d0a68ae838034d.zip |
sci-mathematics/gsl-shell: Add missing dep on virtual/pkgconfig
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gsl-shell/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gsl-shell/gsl-shell-2.2.0.ebuild | 9 |
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} |