diff options
author | 2011-10-07 09:37:25 +0000 | |
---|---|---|
committer | 2011-10-07 09:37:25 +0000 | |
commit | 92860f42e85994d450643b88a13df8006be2de79 (patch) | |
tree | 9e85628b0e239a137ac08f6b9e953d68104ccd7e /sci-chemistry/coot/coot-0.6.2-r1.ebuild | |
parent | Version bump. Update to EAPI 4. (diff) | |
download | gentoo-2-92860f42e85994d450643b88a13df8006be2de79.tar.gz gentoo-2-92860f42e85994d450643b88a13df8006be2de79.tar.bz2 gentoo-2-92860f42e85994d450643b88a13df8006be2de79.zip |
Readded dropped append-ldflags.eclass, found by ssuominen
(Portage version: 2.2.0_alpha62/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/coot/coot-0.6.2-r1.ebuild')
-rw-r--r-- | sci-chemistry/coot/coot-0.6.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/coot/coot-0.6.2-r1.ebuild b/sci-chemistry/coot/coot-0.6.2-r1.ebuild index 4e11b9c11ef9..077441b0e84a 100644 --- a/sci-chemistry/coot/coot-0.6.2-r1.ebuild +++ b/sci-chemistry/coot/coot-0.6.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild,v 1.1 2011/10/07 09:01:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild,v 1.2 2011/10/07 09:37:25 jlec Exp $ EAPI=3 PYTHON_DEPEND="2" -inherit autotools-utils python toolchain-funcs versionator +inherit autotools-utils flag-o-matic python toolchain-funcs versionator MY_S2_PV=$(replace_version_separator 2 - ${PV}) MY_S2_P=${PN}-${MY_S2_PV/pre1/pre-1} |