diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-11-06 23:53:23 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-11-06 23:53:23 +0000 |
commit | 315f84f37e140d2be753812eb9ebd68934bd3669 (patch) | |
tree | 46310fef0ea4af260f96f90104e4f72973f9215f /sci-chemistry | |
parent | Version bump. (diff) | |
download | gentoo-2-315f84f37e140d2be753812eb9ebd68934bd3669.tar.gz gentoo-2-315f84f37e140d2be753812eb9ebd68934bd3669.tar.bz2 gentoo-2-315f84f37e140d2be753812eb9ebd68934bd3669.zip |
(#245504) This ebuild was wrongly updated for the blackdown removal, which broke it. Fix that.
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc3 x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/tinker/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/tinker/tinker-4.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/tinker/ChangeLog b/sci-chemistry/tinker/ChangeLog index a13e89ff20eb..4b9be42dfa3c 100644 --- a/sci-chemistry/tinker/ChangeLog +++ b/sci-chemistry/tinker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/tinker # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v 1.9 2008/06/03 02:36:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v 1.10 2008/11/06 23:53:23 dberkholz Exp $ + + 06 Nov 2008; Donnie Berkholz <dberkholz@gentoo.org>; tinker-4.2-r1.ebuild: + (#245504) This ebuild was wrongly updated for the blackdown removal, which + broke it. Fix that. 03 Jun 2008; Michael Sterrett <mr_bones_@gentoo.org> tinker-4.2-r1.ebuild: remove reference to dev-java/blackdown-java3d-bin which has been removed diff --git a/sci-chemistry/tinker/tinker-4.2-r1.ebuild b/sci-chemistry/tinker/tinker-4.2-r1.ebuild index 5ba68ae254d4..0fc7a5dd399b 100644 --- a/sci-chemistry/tinker/tinker-4.2-r1.ebuild +++ b/sci-chemistry/tinker/tinker-4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-4.2-r1.ebuild,v 1.3 2008/06/03 02:36:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-4.2-r1.ebuild,v 1.4 2008/11/06 23:53:23 dberkholz Exp $ inherit fortran toolchain-funcs @@ -58,7 +58,7 @@ src_compile() { # Prep executable script - the one packaged with the distro is b0rked if use X; then - echo 'java -Djava.library.path=$(java-config -i blackdown-java3d-bin) -cp $(java-config -p blackdown-java3d-bin):/usr/lib/tinker/ffe.jar ffe.Main' > tinker + echo 'java -Djava.library.path=$(java-config -i sun-java3d-bin) -cp $(java-config -p sun-java3d-bin):/usr/lib/tinker/ffe.jar ffe.Main' > tinker fi einfo "Compiling ..." |