diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-26 07:31:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-26 07:31:36 +0000 |
commit | 66ea4e5507551c00e7315608f6b0f3fc04735689 (patch) | |
tree | fca0e59e0ef38e33bc2911e3f644d8d675309ebf /sci-chemistry | |
parent | Document the new deblob control variables, after renaming them to match the e... (diff) | |
download | gentoo-2-66ea4e5507551c00e7315608f6b0f3fc04735689.tar.gz gentoo-2-66ea4e5507551c00e7315608f6b0f3fc04735689.tar.bz2 gentoo-2-66ea4e5507551c00e7315608f6b0f3fc04735689.zip |
Using python_get_library -l
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/viewmol/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/viewmol/ChangeLog b/sci-chemistry/viewmol/ChangeLog index bf2590d77984..582bfc512822 100644 --- a/sci-chemistry/viewmol/ChangeLog +++ b/sci-chemistry/viewmol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/viewmol # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/ChangeLog,v 1.11 2010/04/25 11:31:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/ChangeLog,v 1.12 2010/04/26 07:31:35 jlec Exp $ + + 26 Apr 2010; Justin Lecher <jlec@gentoo.org> viewmol-2.4.1-r1.ebuild: + Using python_get_library -l 11 Mar 2010; Justin Lecher <jlec@gentoo.org> -viewmol-2.4.1.ebuild: diff --git a/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild b/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild index 78b534983ed0..e3545ba2fd58 100644 --- a/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild +++ b/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v 1.3 2010/04/25 11:00:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1-r1.ebuild,v 1.4 2010/04/26 07:31:36 jlec Exp $ EAPI="3" @@ -64,7 +64,7 @@ src_prepare() { SCANDIR= INCLUDE=\$(TIFFINCLUDE) -I\$(PNGINCLUDE) -I\$(PYTHONINCLUDE) LIBRARY=\$(LIBTIFF) \$(LIBPNG) -L\$(LIBPYTHON) - LIBS=-L${EPREFIX}/$(get_libdir) -l\${PYTHONVERSION} -ltiff -lpng -lz -lGLU -lGL -L${EPREFIX}/usr/X11R6/lib -lXm -lXmu -lXp -lXi -lXext -lXt -lX11 -lpthread -lutil -ldl -lm + LIBS=-L${EPREFIX}/$(get_libdir) $(python_get_library -l) -ltiff -lpng -lz -lGLU -lGL -L${EPREFIX}/usr/X11R6/lib -lXm -lXmu -lXp -lXi -lXext -lXt -lX11 -lpthread -lutil -ldl -lm EOF cp .config.$(uname -s) makefile |