diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-17 17:56:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-17 17:56:47 +0000 |
commit | a7ee6010486770eb45db31ef1677a82144a33fff (patch) | |
tree | f8f75104f8c17e827fd5449cad6a1dbfce2ddc8f /sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild | |
parent | Fixed a small logic issue pertaining to USE=lastfmradio. (diff) | |
download | gentoo-2-a7ee6010486770eb45db31ef1677a82144a33fff.tar.gz gentoo-2-a7ee6010486770eb45db31ef1677a82144a33fff.tar.bz2 gentoo-2-a7ee6010486770eb45db31ef1677a82144a33fff.zip |
Added missing autotools.eclass, #348963
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild')
-rw-r--r-- | sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild index 8bd20911af13..36d077eb3767 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.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/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.5 2010/12/16 13:45:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.5.0-r2.ebuild,v 1.6 2010/12/17 17:56:47 jlec Exp $ EAPI="3" @@ -8,7 +8,7 @@ SUPPORT_PYTHON_ABIS="1" PYTHON_EXPORT_PHASE_FUNCTIONS="1" RESTRICT_PYTHON_ABIS="2.4 3.*" -inherit distutils eutils flag-o-matic multilib toolchain-funcs versionator +inherit autotools distutils eutils flag-o-matic multilib toolchain-funcs versionator MY_PV=$(get_version_component_range 1-2) MY_P="${PN}-${MY_PV}" |