diff options
author | 2012-05-04 08:22:54 +0000 | |
---|---|---|
committer | 2012-05-04 08:22:54 +0000 | |
commit | 8c6b5baf02f5d4a0a58c2baeeb400a975baa88f9 (patch) | |
tree | 5d1476564ee744b4d100d21638077a76db9b8441 /sci-libs/gsl/gsl-1.13-r1.ebuild | |
parent | Fix DESCRIPTION (diff) | |
download | gentoo-2-8c6b5baf02f5d4a0a58c2baeeb400a975baa88f9.tar.gz gentoo-2-8c6b5baf02f5d4a0a58c2baeeb400a975baa88f9.tar.bz2 gentoo-2-8c6b5baf02f5d4a0a58c2baeeb400a975baa88f9.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sci-libs/gsl/gsl-1.13-r1.ebuild')
-rw-r--r-- | sci-libs/gsl/gsl-1.13-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/gsl/gsl-1.13-r1.ebuild b/sci-libs/gsl/gsl-1.13-r1.ebuild index 4ee4641b80d3..b812b987956a 100644 --- a/sci-libs/gsl/gsl-1.13-r1.ebuild +++ b/sci-libs/gsl/gsl-1.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.13-r1.ebuild,v 1.8 2010/08/09 09:32:55 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.13-r1.ebuild,v 1.9 2012/05/04 08:22:52 jdhore Exp $ EAPI=2 inherit eutils flag-o-matic autotools @@ -17,7 +17,7 @@ IUSE="cblas-external" RDEPEND="cblas-external? ( virtual/cblas )" DEPEND="${RDEPEND} app-admin/eselect-cblas - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { ESELECT_PROF="gsl" |