diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-17 12:46:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-17 12:46:51 +0000 |
commit | 3b8d6e632037b5907bbd48690b30c31afab88919 (patch) | |
tree | eb0118a22b9d56d69ed2d2e7a535f379f4bbd3ff /sci-chemistry | |
parent | Version bump (diff) | |
download | gentoo-2-3b8d6e632037b5907bbd48690b30c31afab88919.tar.gz gentoo-2-3b8d6e632037b5907bbd48690b30c31afab88919.tar.bz2 gentoo-2-3b8d6e632037b5907bbd48690b30c31afab88919.zip |
Correct compilation against python on prefix
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/ccpn/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/ccpn/ccpn-2.1.5_p110105.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/ccpn/ccpn-2.1.5_p110113.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-chemistry/ccpn/ChangeLog b/sci-chemistry/ccpn/ChangeLog index b49a0076442c..644ada2c68d7 100644 --- a/sci-chemistry/ccpn/ChangeLog +++ b/sci-chemistry/ccpn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/ccpn # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.50 2011/01/13 20:16:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.51 2011/01/17 12:46:51 jlec Exp $ + + 17 Jan 2011; Justin Lecher <jlec@gentoo.org> ccpn-2.1.5_p110105.ebuild, + ccpn-2.1.5_p110113.ebuild: + Correct compilation against python on prefix *ccpn-2.1.5_p110113 (13 Jan 2011) diff --git a/sci-chemistry/ccpn/ccpn-2.1.5_p110105.ebuild b/sci-chemistry/ccpn/ccpn-2.1.5_p110105.ebuild index aaeb54348ec0..fd1b7a425796 100644 --- a/sci-chemistry/ccpn/ccpn-2.1.5_p110105.ebuild +++ b/sci-chemistry/ccpn/ccpn-2.1.5_p110105.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p110105.ebuild,v 1.1 2011/01/05 19:02:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p110105.ebuild,v 1.2 2011/01/17 12:46:51 jlec Exp $ EAPI="3" @@ -96,7 +96,7 @@ src_prepare() { -e "s:^\(X11_LIB_FLAGS =\).*:\1 -L${EPREFIX}/usr/$(get_libdir):g" \ -e "s:^\(TCL_LIB_FLAGS =\).*:\1 -L${EPREFIX}/usr/$(get_libdir):g" \ -e "s:^\(TK_LIB_FLAGS =\).*:\1 -L${EPREFIX}/usr/$(get_libdir):g" \ - -e "s:^\(PYTHON_INCLUDE_FLAGS =\).*:\1 -I$(python_get_includedir):g" \ + -e "s:^\(PYTHON_INCLUDE_FLAGS =\).*:\1 -I${EPREFIX}/$(python_get_includedir):g" \ -e "s:^\(PYTHON_LIB =\).*:\1 $(python_get_library -l):g" \ c/environment_default.txt > c/environment.txt } diff --git a/sci-chemistry/ccpn/ccpn-2.1.5_p110113.ebuild b/sci-chemistry/ccpn/ccpn-2.1.5_p110113.ebuild index fb93cfbb133d..5104ba678e62 100644 --- a/sci-chemistry/ccpn/ccpn-2.1.5_p110113.ebuild +++ b/sci-chemistry/ccpn/ccpn-2.1.5_p110113.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p110113.ebuild,v 1.1 2011/01/13 20:16:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p110113.ebuild,v 1.2 2011/01/17 12:46:51 jlec Exp $ EAPI="3" @@ -96,7 +96,7 @@ src_prepare() { -e "s:^\(X11_LIB_FLAGS =\).*:\1 -L${EPREFIX}/usr/$(get_libdir):g" \ -e "s:^\(TCL_LIB_FLAGS =\).*:\1 -L${EPREFIX}/usr/$(get_libdir):g" \ -e "s:^\(TK_LIB_FLAGS =\).*:\1 -L${EPREFIX}/usr/$(get_libdir):g" \ - -e "s:^\(PYTHON_INCLUDE_FLAGS =\).*:\1 -I$(python_get_includedir):g" \ + -e "s:^\(PYTHON_INCLUDE_FLAGS =\).*:\1 -I${EPREFIX}/$(python_get_includedir):g" \ -e "s:^\(PYTHON_LIB =\).*:\1 $(python_get_library -l):g" \ c/environment_default.txt > c/environment.txt } |