diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-21 14:50:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-21 14:50:51 +0000 |
commit | c093423bf40fd331401ef6ba90b687ad0ed9c873 (patch) | |
tree | 3513efaa5b649bf146cefdf9ccdd88acc8c161bc /sci-visualization/xd3d | |
parent | sci-visualization/xd3d: Respect CC, handle examples through USE=examples, use... (diff) | |
download | gentoo-2-c093423bf40fd331401ef6ba90b687ad0ed9c873.tar.gz gentoo-2-c093423bf40fd331401ef6ba90b687ad0ed9c873.tar.bz2 gentoo-2-c093423bf40fd331401ef6ba90b687ad0ed9c873.zip |
sci-visualization/xd3d: Add missing multilib.eclass
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/xd3d')
-rw-r--r-- | sci-visualization/xd3d/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/xd3d/xd3d-8.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-visualization/xd3d/ChangeLog b/sci-visualization/xd3d/ChangeLog index 91260229f44f..0e10c118bc4e 100644 --- a/sci-visualization/xd3d/ChangeLog +++ b/sci-visualization/xd3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/xd3d # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.16 2012/06/21 14:50:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.17 2012/06/21 14:50:51 jlec Exp $ + + 21 Jun 2012; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild: + Add missing multilib.eclass 21 Jun 2012; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild, metadata.xml: Respect CC, handle examples through USE=examples, use zlib.h instead of diff --git a/sci-visualization/xd3d/xd3d-8.3.1.ebuild b/sci-visualization/xd3d/xd3d-8.3.1.ebuild index f2d163435db8..819fe97a8a33 100644 --- a/sci-visualization/xd3d/xd3d-8.3.1.ebuild +++ b/sci-visualization/xd3d/xd3d-8.3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 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.10 2012/06/21 14:50:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.11 2012/06/21 14:50:51 jlec Exp $ EAPI=4 -inherit eutils fortran-2 toolchain-funcs +inherit eutils fortran-2 multilib toolchain-funcs DESCRIPTION="scientific visualization tool" HOMEPAGE="http://www.cmap.polytechnique.fr/~jouve/xd3d/" |