commit: 5f15e0b9b22ff25ad3d80650efb1624fa7b23c86
Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Wed Dec 17 15:05:26 2014 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 15:06:50 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5f15e0b9
sci-chemistry/freeon-9999: Adding prefix.
The live version can now be installed side-by-side with the release version.
---
sci-chemistry/freeon/freeon-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild
b/sci-chemistry/freeon/freeon-9999.ebuild
index c90b8e2..fa5afc9 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
AUTOTOOLS_AUTORECONF=1
FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit autotools-utils fortran-2 git-r3 python-any-r1
@@ -35,6 +35,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
"--enable-git-tag"
+ "--prefix=/opt/freeon/experimental"
)
autotools-utils_src_configure
}