diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-01-10 14:44:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-01-10 14:44:42 +0000 |
commit | ccf2de0148dee500ec6291550d78d06173094c66 (patch) | |
tree | 175ecfff5f64d3aecf516a80824cd09827189b68 /sci-chemistry/vmd | |
parent | Version bump. (diff) | |
download | gentoo-2-ccf2de0148dee500ec6291550d78d06173094c66.tar.gz gentoo-2-ccf2de0148dee500ec6291550d78d06173094c66.tar.bz2 gentoo-2-ccf2de0148dee500ec6291550d78d06173094c66.zip |
Remove USE=static-libs beacuse this breaks build, #365051
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/vmd')
-rw-r--r-- | sci-chemistry/vmd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-chemistry/vmd/ChangeLog b/sci-chemistry/vmd/ChangeLog index eed67c818206..5e64c9f3aae4 100644 --- a/sci-chemistry/vmd/ChangeLog +++ b/sci-chemistry/vmd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/vmd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.43 2012/01/10 13:49:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.44 2012/01/10 14:44:42 jlec Exp $ + + 10 Jan 2012; Justin Lecher <jlec@gentoo.org> vmd-1.9.ebuild: + Remove USE=static-libs beacuse this breaks build, #365051 10 Jan 2012; Justin Lecher <jlec@gentoo.org> vmd-1.9.ebuild, metadata.xml: Enhance nofetch msg, fix compilation with USE=cuda and gcc != 4.4*, thanks diff --git a/sci-chemistry/vmd/vmd-1.9.ebuild b/sci-chemistry/vmd/vmd-1.9.ebuild index 9a03082dccd5..154e4827ce0d 100644 --- a/sci-chemistry/vmd/vmd-1.9.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.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-chemistry/vmd/vmd-1.9.ebuild,v 1.7 2012/01/10 13:49:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.ebuild,v 1.8 2012/01/10 14:44:42 jlec Exp $ EAPI="3" @@ -17,7 +17,7 @@ SRC_URI=" SLOT="0" LICENSE="vmd" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="cuda msms povray static-libs tachyon xinerama" +IUSE="cuda msms povray tachyon xinerama" RESTRICT="fetch" @@ -80,8 +80,6 @@ src_prepare() { -e "s:-ltcl8.5:-ltcl:" \ -i Make-arch || die "Failed to set up plugins Makefile" - use static-libs || sed 's:staticlibs::g' -i Make-arch - # prepare vmd itself cd "${S}" @@ -141,7 +139,6 @@ src_configure() { use cuda && myconf+=" CUDA" # use mpi && myconf+=" MPI" - use static-libs || myconf+=" NOSTATICPLUGINS" # use tachion && myconf+=" LIBTACHYON" use xinerama && myconf+=" XINERAMA" |