diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-21 14:05:57 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-21 14:05:57 +0000 |
commit | 42818b5e4928b375255e0ee1cc7cca81be2b70b3 (patch) | |
tree | a6644b2b50aadf0f9db5656e19a539d78213ce92 /sci-visualization | |
parent | stable x86, bug 301485 (diff) | |
download | gentoo-2-42818b5e4928b375255e0ee1cc7cca81be2b70b3.tar.gz gentoo-2-42818b5e4928b375255e0ee1cc7cca81be2b70b3.tar.bz2 gentoo-2-42818b5e4928b375255e0ee1cc7cca81be2b70b3.zip |
stable x86, bug 301489
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/xd3d/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/xd3d/xd3d-8.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-visualization/xd3d/ChangeLog b/sci-visualization/xd3d/ChangeLog index fd7195554dca..ec969c7fac3c 100644 --- a/sci-visualization/xd3d/ChangeLog +++ b/sci-visualization/xd3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/xd3d -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.9 2009/12/04 19:05:23 bicatali Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.10 2010/01/21 14:05:57 fauli Exp $ + + 21 Jan 2010; Christian Faulhammer <fauli@gentoo.org> xd3d-8.3.1.ebuild: + stable x86, bug 301489 04 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org> xd3d-8.3.1.ebuild, files/xd3d-8.3.1-gentoo.diff, +files/xd3d-8.3.1-parallel.patch, diff --git a/sci-visualization/xd3d/xd3d-8.3.1.ebuild b/sci-visualization/xd3d/xd3d-8.3.1.ebuild index 3974d26a083f..3b279148e76e 100644 --- a/sci-visualization/xd3d/xd3d-8.3.1.ebuild +++ b/sci-visualization/xd3d/xd3d-8.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.3 2009/12/04 19:05:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.4 2010/01/21 14:05:57 fauli Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cmap.polytechnique.fr/~jouve/xd3d/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~ppc64 ~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND="x11-libs/libXpm" |