diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 17:33:35 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 17:33:35 +0000 |
commit | 3f6b69ff304348b8f0afd06b008e5f7f4902fea0 (patch) | |
tree | 130d309f6f2fee99c6ef0946f3bfa77bc87934eb /sci-libs/flann | |
parent | removed old (diff) | |
download | gentoo-2-3f6b69ff304348b8f0afd06b008e5f7f4902fea0.tar.gz gentoo-2-3f6b69ff304348b8f0afd06b008e5f7f4902fea0.tar.bz2 gentoo-2-3f6b69ff304348b8f0afd06b008e5f7f4902fea0.zip |
keyword amd64-linux x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/flann')
-rw-r--r-- | sci-libs/flann/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/flann/flann-1.7.1.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sci-libs/flann/ChangeLog b/sci-libs/flann/ChangeLog index f579058382d9..744dae5fe6f8 100644 --- a/sci-libs/flann/ChangeLog +++ b/sci-libs/flann/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/flann # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/ChangeLog,v 1.15 2012/06/17 17:44:14 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/ChangeLog,v 1.16 2012/08/03 17:33:35 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> flann-1.7.1.ebuild: + keyword amd64-linux x86-linux 17 Jun 2012; Jeff Horelick <jdhore@gentoo.org> flann-1.7.1.ebuild: marked x86 per bug 420303 @@ -59,4 +62,3 @@ 30 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org> +flann-1.6.8.ebuild, +metadata.xml: New library, dependency for media-libs/opencv-2.2 - diff --git a/sci-libs/flann/flann-1.7.1.ebuild b/sci-libs/flann/flann-1.7.1.ebuild index 5bd1432c6d1d..4ef2177e2d21 100644 --- a/sci-libs/flann/flann-1.7.1.ebuild +++ b/sci-libs/flann/flann-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.7.1.ebuild,v 1.3 2012/06/17 17:44:14 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.7.1.ebuild,v 1.4 2012/08/03 17:33:35 bicatali Exp $ EAPI=3 @@ -15,7 +15,7 @@ SRC_URI="http://people.cs.ubc.ca/~mariusm/uploads/FLANN/${P}-src.zip LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="doc mpi octave python static-libs test" # cuda needs to be implemented! @@ -39,7 +39,7 @@ src_prepare() { # python standard installation directory respected sed -i \ -e "/share/d" \ - -e "/COMMAND/s:install:install --root="${ED}" --no-compile:" \ + -e "/COMMAND/s:install:install --root="${D}" --no-compile:" \ src/python/CMakeLists.txt || die # produce pure octave files # octave gentoo installation for .m files respected |