diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:46:51 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:46:51 +0000 |
commit | 1e67413a8d2fdae15ffe325da6d0ea81c6c47438 (patch) | |
tree | 1e3bedea37010b2dff4fae1217c2a68ce3c55657 /sci-mathematics/cgal/cgal-3.9.ebuild | |
parent | Use virtual/pkgconfig. (diff) | |
download | gentoo-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/cgal/cgal-3.9.ebuild')
-rw-r--r-- | sci-mathematics/cgal/cgal-3.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/cgal/cgal-3.9.ebuild b/sci-mathematics/cgal/cgal-3.9.ebuild index cea0973bd5c6..47dde121ae35 100644 --- a/sci-mathematics/cgal/cgal-3.9.ebuild +++ b/sci-mathematics/cgal/cgal-3.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.9.ebuild,v 1.2 2011/12/17 03:31:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.9.ebuild,v 1.3 2012/05/04 07:46:50 jdhore Exp $ EAPI=4 CMAKE_BUILD_TYPE=Release @@ -32,7 +32,7 @@ RDEPEND="dev-libs/boost mpfi? ( sci-libs/mpfi )" DEPEND="${RDEPEND} app-arch/xz-utils - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |