diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-06-18 14:46:32 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-06-18 14:46:32 +0200 |
commit | fed9fc9877cf7fd5cb0f75c977a7f4297b4c31b5 (patch) | |
tree | 278f3b14e617144eb041bf07bad009f9717de8da | |
parent | sci-chemistry/mics: New package (diff) | |
download | sci-fed9fc9877cf7fd5cb0f75c977a7f4297b4c31b5.tar.gz sci-fed9fc9877cf7fd5cb0f75c977a7f4297b4c31b5.tar.bz2 sci-fed9fc9877cf7fd5cb0f75c977a7f4297b4c31b5.zip |
sci-chemistry/modeller: Fix broken symlink, #473680
Package-Manager: portage-2.2.0_alpha180
-rw-r--r-- | sci-chemistry/modeller/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/modeller/modeller-9.12-r1.ebuild (renamed from sci-chemistry/modeller/modeller-9.12.ebuild) | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sci-chemistry/modeller/ChangeLog b/sci-chemistry/modeller/ChangeLog index 198256b1f..2817f00e5 100644 --- a/sci-chemistry/modeller/ChangeLog +++ b/sci-chemistry/modeller/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*modeller-9.12-r1 (18 Jun 2013) + + 18 Jun 2013; Justin Lecher <jlec@gentoo.org> -modeller-9.12.ebuild, + +modeller-9.12-r1.ebuild: + Fix broken symlink, #473680 + 16 Jun 2013; Justin Lecher <jlec@gentoo.org> -modeller-9.8.ebuild, +modeller-9.12.ebuild, metadata.xml: Version BUmp; BUmp to EAPI5 and distutils-r1.eclass diff --git a/sci-chemistry/modeller/modeller-9.12.ebuild b/sci-chemistry/modeller/modeller-9.12-r1.ebuild index 0cabf476a..a25aa7fae 100644 --- a/sci-chemistry/modeller/modeller-9.12.ebuild +++ b/sci-chemistry/modeller/modeller-9.12-r1.ebuild @@ -82,7 +82,7 @@ python_install_all(){ exeinto ${INPATH}/lib/${EXECTYPE}/ doexe lib/${EXECTYPE}/lib* - dosym libmodeller.so.5 ${INPATH}/lib/${EXECTYPE}/libmodeller.so + dosym libmodeller.so.8 ${INPATH}/lib/${EXECTYPE}/libmodeller.so use doc && HTML_DOCS=( doc/. ) distutils-r1_python_install_all |