diff options
author | 2014-10-30 10:55:32 +0000 | |
---|---|---|
committer | 2014-10-30 10:55:32 +0000 | |
commit | 40df65b83793f3de3039be1f0423e7c4c4665284 (patch) | |
tree | 65997cc219d074ba7faa6eefef6c5ae74f9ba5d8 /sci-libs/vtk | |
parent | Install README.rst not README (bug #527412 by Philipp Riegger). (diff) | |
download | gentoo-2-40df65b83793f3de3039be1f0423e7c4c4665284.tar.gz gentoo-2-40df65b83793f3de3039be1f0423e7c4c4665284.tar.bz2 gentoo-2-40df65b83793f3de3039be1f0423e7c4c4665284.zip |
keyword ~arm
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r-- | sci-libs/vtk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-6.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog index ff8543c552c6..d9aadb579663 100644 --- a/sci-libs/vtk/ChangeLog +++ b/sci-libs/vtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/vtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.117 2014/02/03 12:30:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.118 2014/10/30 10:55:32 aballier Exp $ + + 30 Oct 2014; Alexis Ballier <aballier@gentoo.org> vtk-6.0.0.ebuild: + keyword ~arm 03 Feb 2014; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild: Be a ninja diff --git a/sci-libs/vtk/vtk-6.0.0.ebuild b/sci-libs/vtk/vtk-6.0.0.ebuild index e2e2bbf74a6b..801afa67e99d 100644 --- a/sci-libs/vtk/vtk-6.0.0.ebuild +++ b/sci-libs/vtk/vtk-6.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.6 2014/02/03 12:30:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-6.0.0.ebuild,v 1.7 2014/10/30 10:55:32 aballier Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI=" doc? ( http://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz )" LICENSE="BSD LGPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE=" aqua boost cg doc examples imaging ffmpeg java mpi mysql odbc |