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/vtk-5.10.0.ebuild | |
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/vtk-5.10.0.ebuild')
-rw-r--r-- | sci-libs/vtk/vtk-5.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |