diff options
author | 2011-11-11 20:12:59 +0000 | |
---|---|---|
committer | 2011-11-11 20:12:59 +0000 | |
commit | 08349db3a9f9288a5e4e4e80152331fc805788df (patch) | |
tree | b3518312974bad106ed984cb34c320db322fb3ea /sci-libs/flann/flann-1.6.8.ebuild | |
parent | Update gtest depend after category migration #387155. (diff) | |
download | historical-08349db3a9f9288a5e4e4e80152331fc805788df.tar.gz historical-08349db3a9f9288a5e4e4e80152331fc805788df.tar.bz2 historical-08349db3a9f9288a5e4e4e80152331fc805788df.zip |
Update gtest depend after category migration #387155.
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/flann/flann-1.6.8.ebuild')
-rw-r--r-- | sci-libs/flann/flann-1.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/flann/flann-1.6.8.ebuild b/sci-libs/flann/flann-1.6.8.ebuild index 216cb4c1b7ee..5981b5207fba 100644 --- a/sci-libs/flann/flann-1.6.8.ebuild +++ b/sci-libs/flann/flann-1.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.6.8.ebuild,v 1.5 2011/06/26 10:29:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.6.8.ebuild,v 1.6 2011/11/11 20:12:59 vapier Exp $ EAPI=3 @@ -22,7 +22,7 @@ RDEPEND=" python? ( dev-python/numpy )" DEPEND="${DEPEND} app-arch/unzip - test? ( dev-util/gtest )" + test? ( dev-cpp/gtest )" RESTRICT=test # bug 366477 |