diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 19:36:02 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 19:36:02 +0000 |
commit | 3af06f08b41ff0e8102aa6accd640e3f9a54c5d3 (patch) | |
tree | 62e2b14976696452378dfbd1b7fa8ab1431a48da /sci-libs/vtk | |
parent | Fix building with disabled ipv6 USE-flag, wrt bug #446289 (diff) | |
download | gentoo-2-3af06f08b41ff0e8102aa6accd640e3f9a54c5d3.tar.gz gentoo-2-3af06f08b41ff0e8102aa6accd640e3f9a54c5d3.tar.bz2 gentoo-2-3af06f08b41ff0e8102aa6accd640e3f9a54c5d3.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-5.10.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index 48abd7571437..b78c896e80c1 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.99 2012/09/04 06:28:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.100 2012/12/06 19:36:02 bicatali Exp $ + + 06 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> vtk-5.10.0.ebuild: + Keyword amd64-linux and x86-linux 04 Sep 2012; Justin Lecher <jlec@gentoo.org> -vtk-5.6.1.ebuild, -vtk-5.8.0.ebuild: @@ -418,4 +421,3 @@ 10 May 2005; Patrick Dawson <pkdawson@gentoo.org> +files/vtk-4.2.6-gcc34.patch, +vtk-4.2.6.ebuild: Initial import. See bug #25335. - diff --git a/sci-libs/vtk/vtk-5.10.0.ebuild b/sci-libs/vtk/vtk-5.10.0.ebuild index 2567c72bbaa1..b4a40cb4bc55 100644 --- a/sci-libs/vtk/vtk-5.10.0.ebuild +++ b/sci-libs/vtk/vtk-5.10.0.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/vtk/vtk-5.10.0.ebuild,v 1.1 2012/06/07 14:39:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.0.ebuild,v 1.2 2012/12/06 19:36:02 bicatali Exp $ EAPI=3 @@ -20,7 +20,7 @@ SRC_URI=" examples? ( http://www.${PN}.org/files/release/${SPV}/${PN}data-${PV}.tar.gz )" LICENSE="BSD LGPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="boost chemistry cg doc examples ffmpeg java mpi mysql odbc patented postgres python qt4 R theora threads tk video_cards_nvidia X" |