diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-15 19:25:22 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-15 19:25:22 +0000 |
commit | 371a5afa492a00669299760a3b9c4a64e1dfaab8 (patch) | |
tree | 59ce5a594ab5e3a4c2501e8da09569db1314b6c1 /dev-vcs/qct/qct-1.7.ebuild | |
parent | Fix issue with large virtio disks getting corrupted. bug #321005 (diff) | |
download | gentoo-2-371a5afa492a00669299760a3b9c4a64e1dfaab8.tar.gz gentoo-2-371a5afa492a00669299760a3b9c4a64e1dfaab8.tar.bz2 gentoo-2-371a5afa492a00669299760a3b9c4a64e1dfaab8.zip |
Delete call to deprecated distutils_python_version().
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/qct/qct-1.7.ebuild')
-rw-r--r-- | dev-vcs/qct/qct-1.7.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-vcs/qct/qct-1.7.ebuild b/dev-vcs/qct/qct-1.7.ebuild index 78a774b039bb..72e99995c749 100644 --- a/dev-vcs/qct/qct-1.7.ebuild +++ b/dev-vcs/qct/qct-1.7.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/dev-vcs/qct/qct-1.7.ebuild,v 1.4 2010/03/06 12:27:48 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/qct-1.7.ebuild,v 1.5 2010/06/15 19:25:22 arfrever Exp $ EAPI="2" NEED_PYTHON="2.4" @@ -46,9 +46,6 @@ src_prepare() { src_install() { distutils_src_install - # needed for $PYVER - distutils_python_version - # manpage and html docs are built using asciidoc make -C doc man html || die doman doc/qct.1 || die |